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