Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/IRigVMClientHost
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
URigVMController * GetOrCreateController
(
URigVMGraph* InGraph |
RigVMModel/RigVMClient.h | ||
URigVMController * GetOrCreateController
(
const UEdGraph* InGraph |
RigVMModel/RigVMClient.h |
GetOrCreateController(URigVMGraph *)
| Name | GetOrCreateController |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMClient.h |
| Include Path | #include "RigVMModel/RigVMClient.h" |
URigVMController * GetOrCreateController
(
URigVMGraph * InGraph
)
GetOrCreateController(const UEdGraph *)
| Name | GetOrCreateController |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMClient.h |
| Include Path | #include "RigVMModel/RigVMClient.h" |
URigVMController * GetOrCreateController
(
const UEdGraph * InGraph
)