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