Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/URigVMDetailsViewWrapperObject
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static URigVMDetailsViewWrapperObject * MakeInstance
(
UClass* InWrapperObjectClass, |
Editor/RigVMDetailsViewWrapperObject.h | ||
static URigVMDetailsViewWrapperObject * MakeInstance
(
UClass* InWrapperObjectClass, |
Editor/RigVMDetailsViewWrapperObject.h |
MakeInstance(UClass , UObject , TArray< URigVMNode >, URigVMNode )
| Name | MakeInstance |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Editor/RigVMDetailsViewWrapperObject.h |
| Include Path | #include "Editor/RigVMDetailsViewWrapperObject.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Private/Editor/RigVMDetailsViewWrapperObject.cpp |
static URigVMDetailsViewWrapperObject * MakeInstance
(
UClass * InWrapperObjectClass,
UObject * InOuter,
TArray < URigVMNode * > InNodes,
URigVMNode * InSubject
)
MakeInstance(UClass , UObject , UScriptStruct , uint8 , UObject *)
| Name | MakeInstance |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Editor/RigVMDetailsViewWrapperObject.h |
| Include Path | #include "Editor/RigVMDetailsViewWrapperObject.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Private/Editor/RigVMDetailsViewWrapperObject.cpp |
static URigVMDetailsViewWrapperObject * MakeInstance
(
UClass * InWrapperObjectClass,
UObject * InOuter,
UScriptStruct * InStruct,
uint8 * InStructMemory,
UObject * InSubject
)