Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMBlueprint
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual URigVMController * GetOrCreateController
(
URigVMGraph* InGraph |
RigVMBlueprintLegacy.h |
|
|
virtual URigVMController * GetOrCreateController
(
const UEdGraph* InGraph |
RigVMBlueprintLegacy.h |
|
GetOrCreateController(URigVMGraph *)
| Name | GetOrCreateController |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMBlueprintLegacy.h |
| Include Path | #include "RigVMBlueprintLegacy.h" |
UFUNCTION (BlueprintCallable, Category="RigVM Blueprint")
virtual URigVMController * GetOrCreateController
(
URigVMGraph * InGraph
)
GetOrCreateController(const UEdGraph *)
| Name | GetOrCreateController |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMBlueprintLegacy.h |
| Include Path | #include "RigVMBlueprintLegacy.h" |
UFUNCTION (BlueprintCallable, Category="RigVM Blueprint")
virtual URigVMController * GetOrCreateController
(
const UEdGraph * InGraph
)