76 lines
1.9 KiB
C++
76 lines
1.9 KiB
C++
|
|
#pragma once
|
|||
|
|
|
|||
|
|
/*
|
|||
|
|
* SDK generated by Dumper-7
|
|||
|
|
*
|
|||
|
|
* https://github.com/Encryqed/Dumper-7
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
// Package: CJModelViewViewModel
|
|||
|
|
|
|||
|
|
#include "Basic.hpp"
|
|||
|
|
|
|||
|
|
#include "ModelViewViewModel_classes.hpp"
|
|||
|
|
#include "Engine_classes.hpp"
|
|||
|
|
|
|||
|
|
|
|||
|
|
namespace SDK
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
// Class CJModelViewViewModel.MVVMViewModelWithWorldBase
|
|||
|
|
// 0x0008 (0x0070 - 0x0068)
|
|||
|
|
class UMVVMViewModelWithWorldBase : public UMVVMViewModelBase
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
uint8 Pad_68[0x8]; // 0x0068(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
static class UMVVMViewModelWithWorldBase* Create(class UObject* WorldContextObject, TSubclassOf<class UMVVMViewModelWithWorldBase> ViewModelClass);
|
|||
|
|
|
|||
|
|
void BP_OnViewModelCreated();
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
static class UClass* StaticClass()
|
|||
|
|
{
|
|||
|
|
STATIC_CLASS_IMPL("MVVMViewModelWithWorldBase")
|
|||
|
|
}
|
|||
|
|
static const class FName& StaticName()
|
|||
|
|
{
|
|||
|
|
STATIC_NAME_IMPL(L"MVVMViewModelWithWorldBase")
|
|||
|
|
}
|
|||
|
|
static class UMVVMViewModelWithWorldBase* GetDefaultObj()
|
|||
|
|
{
|
|||
|
|
return GetDefaultObjImpl<UMVVMViewModelWithWorldBase>();
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
DUMPER7_ASSERTS_UMVVMViewModelWithWorldBase;
|
|||
|
|
|
|||
|
|
// Class CJModelViewViewModel.ViewModelWithWorldSubsystem
|
|||
|
|
// 0x0010 (0x0058 - 0x0048)
|
|||
|
|
class UViewModelWithWorldSubsystem final : public UTickableWorldSubsystem
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
uint8 Pad_48[0x10]; // 0x0048(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
class UMVVMViewModelWithWorldBase* FindViewModelByClass(TSubclassOf<class UMVVMViewModelWithWorldBase> ViewModelClass) const;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
static class UClass* StaticClass()
|
|||
|
|
{
|
|||
|
|
STATIC_CLASS_IMPL("ViewModelWithWorldSubsystem")
|
|||
|
|
}
|
|||
|
|
static const class FName& StaticName()
|
|||
|
|
{
|
|||
|
|
STATIC_NAME_IMPL(L"ViewModelWithWorldSubsystem")
|
|||
|
|
}
|
|||
|
|
static class UViewModelWithWorldSubsystem* GetDefaultObj()
|
|||
|
|
{
|
|||
|
|
return GetDefaultObjImpl<UViewModelWithWorldSubsystem>();
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
DUMPER7_ASSERTS_UViewModelWithWorldSubsystem;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|