Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/FRigVMClient
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddModel
(
URigVMGraph* InModel, |
RigVMModel/RigVMClient.h | ||
URigVMGraph * AddModel
(
const FString InName, |
RigVMModel/RigVMClient.h | ||
URigVMGraph * AddModel
(
const FName& InName, |
RigVMModel/RigVMClient.h | ||
URigVMGraph * AddModel
(
const FName& InName, |
RigVMModel/RigVMClient.h |
AddModel(URigVMGraph *, bool)
| Name | AddModel |
| 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 |
void AddModel
(
URigVMGraph * InModel,
bool bCreateController
)
AddModel(const FString, bool, bool)
| Name | AddModel |
| 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 |
URigVMGraph * AddModel
(
const FString InName,
bool bSetupUndoRedo,
bool bPrintPythonCommand
)
AddModel(const FName &, bool, const FObjectInitializer *, bool)
| Name | AddModel |
| 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 |
URigVMGraph * AddModel
(
const FName & InName,
bool bSetupUndoRedo,
const FObjectInitializer * ObjectInitializer,
bool bCreateController
)
AddModel(const FName &, TSubclassOf< URigVMSchema >, bool, const FObjectInitializer *, bool)
| Name | AddModel |
| 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 |
URigVMGraph * AddModel
(
const FName & InName,
TSubclassOf < URigVMSchema > InSchemaClass,
bool bSetupUndoRedo,
const FObjectInitializer * ObjectInitializer,
bool bCreateController
)