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