Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/FRigVMClient
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
URigVMFunctionLibrary * GetOrCreateFunctionLibrary
(
bool bSetupUndoRedo, |
RigVMModel/RigVMClient.h | ||
URigVMFunctionLibrary * GetOrCreateFunctionLibrary
(
TSubclassOf< URigVMSchema > InSchemaClass, |
RigVMModel/RigVMClient.h |
GetOrCreateFunctionLibrary(bool, const FObjectInitializer *, bool)
| Name | GetOrCreateFunctionLibrary |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMClient.h |
| Include Path | #include "RigVMModel/RigVMClient.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMClient.cpp |
URigVMFunctionLibrary * GetOrCreateFunctionLibrary
(
bool bSetupUndoRedo,
const FObjectInitializer * ObjectInitializer,
bool bCreateController
)
GetOrCreateFunctionLibrary(TSubclassOf< URigVMSchema >, bool, const FObjectInitializer *, bool)
| Name | GetOrCreateFunctionLibrary |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMClient.h |
| Include Path | #include "RigVMModel/RigVMClient.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMClient.cpp |
URigVMFunctionLibrary * GetOrCreateFunctionLibrary
(
TSubclassOf < URigVMSchema > InSchemaClass,
bool bSetupUndoRedo,
const FObjectInitializer * ObjectInitializer,
bool bCreateController
)