Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/IRigVMAssetInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UEdGraph * GetEdGraph
(
const URigVMGraph* InModel |
RigVMAsset.h | ||
virtual UEdGraph * GetEdGraph
(
const FString& InNodePath |
RigVMAsset.h |
GetEdGraph(const URigVMGraph *)
| Name | GetEdGraph |
| 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 UEdGraph * GetEdGraph
(
const URigVMGraph * InModel
) const
GetEdGraph(const FString &)
| Name | GetEdGraph |
| 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 UEdGraph * GetEdGraph
(
const FString & InNodePath
) const