Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/FRigVMClient
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
URigVMGraph * GetModel
(
int32 InIndex |
RigVMModel/RigVMClient.h | ||
URigVMGraph * GetModel
(
const UEdGraph* InEdGraph |
RigVMModel/RigVMClient.h | ||
URigVMGraph * GetModel
(
const FString& InNodePathOrName |
RigVMModel/RigVMClient.h | ||
URigVMGraph * GetModel
(
const UObject* InEditorSideObject |
RigVMModel/RigVMClient.h |
GetModel(int32)
| Name | GetModel |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMClient.h |
| Include Path | #include "RigVMModel/RigVMClient.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMClient.cpp |
URigVMGraph * GetModel
(
int32 InIndex
) const
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" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMClient.cpp |
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" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMClient.cpp |
URigVMGraph * GetModel
(
const FString & InNodePathOrName
) const
GetModel(const UObject *)
| Name | GetModel |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMClient.h |
| Include Path | #include "RigVMModel/RigVMClient.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMClient.cpp |
URigVMGraph * GetModel
(
const UObject * InEditorSideObject
) const