Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/FRigVMClient
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
URigVMController * GetOrCreateController
(
int32 InIndex |
RigVMModel/RigVMClient.h | ||
URigVMController * GetOrCreateController
(
const FString& InNodePathOrName |
RigVMModel/RigVMClient.h | ||
URigVMController * GetOrCreateController
(
const URigVMGraph* InModel |
RigVMModel/RigVMClient.h | ||
URigVMController * GetOrCreateController
(
const UObject* InEditorSideObject |
RigVMModel/RigVMClient.h |
GetOrCreateController(int32)
| Name | GetOrCreateController |
| 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 |
URigVMController * GetOrCreateController
(
int32 InIndex
)
GetOrCreateController(const FString &)
| Name | GetOrCreateController |
| 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 |
URigVMController * GetOrCreateController
(
const FString & InNodePathOrName
)
GetOrCreateController(const URigVMGraph *)
| Name | GetOrCreateController |
| 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 |
URigVMController * GetOrCreateController
(
const URigVMGraph * InModel
)
GetOrCreateController(const UObject *)
| Name | GetOrCreateController |
| 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 |
URigVMController * GetOrCreateController
(
const UObject * InEditorSideObject
)