Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/IRigVMAssetInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual URigVMController * GetController
(
const UEdGraph* InEdGraph |
RigVMAsset.h | ||
virtual URigVMController * GetController
(
const URigVMGraph* InGraph |
RigVMAsset.h |
GetController(const UEdGraph *)
| Name | GetController |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMAsset.h |
| Include Path | #include "RigVMAsset.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMAsset.cpp |
virtual URigVMController * GetController
(
const UEdGraph * InEdGraph
) const
GetController(const URigVMGraph *)
| Name | GetController |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMAsset.h |
| Include Path | #include "RigVMAsset.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMAsset.cpp |
virtual URigVMController * GetController
(
const URigVMGraph * InGraph
) const