Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/IRigVMClientHost
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
URigVMGraph * GetModel
(
const UEdGraph* InEdGraph |
RigVMModel/RigVMClient.h | ||
URigVMGraph * GetModel
(
const FString& InNodePath |
RigVMModel/RigVMClient.h |
GetModel(const UEdGraph *)
| Name | GetModel |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMClient.h |
| Include Path | #include "RigVMModel/RigVMClient.h" |
URigVMGraph * GetModel
(
const UEdGraph * InEdGraph
) const
GetModel(const FString &)
| Name | GetModel |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMClient.h |
| Include Path | #include "RigVMModel/RigVMClient.h" |
URigVMGraph * GetModel
(
const FString & InNodePath
) const