Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMGraphFunctionData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FRigVMGraphFunctionData * FindFunctionData
(
const FRigVMGraphFunctionIdentifier& InIdentifier, |
RigVMCore/RigVMGraphFunctionDefinition.h | ||
static FRigVMGraphFunctionData * FindFunctionData
(
const FSoftObjectPath& InHostObjectPath, |
RigVMCore/RigVMGraphFunctionDefinition.h |
FindFunctionData(const FRigVMGraphFunctionIdentifier &, bool , FString )
| Name | FindFunctionData |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMGraphFunctionDefinition.h |
| Include Path | #include "RigVMCore/RigVMGraphFunctionDefinition.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMCore/RigVMGraphFunctionDefinition.cpp |
static FRigVMGraphFunctionData * FindFunctionData
(
const FRigVMGraphFunctionIdentifier & InIdentifier,
bool * bOutIsPublic,
FString * OutErrorMessage
)
FindFunctionData(const FSoftObjectPath &, const FName &, bool , FString )
| Name | FindFunctionData |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMGraphFunctionDefinition.h |
| Include Path | #include "RigVMCore/RigVMGraphFunctionDefinition.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMCore/RigVMGraphFunctionDefinition.cpp |
static FRigVMGraphFunctionData * FindFunctionData
(
const FSoftObjectPath & InHostObjectPath,
const FName & InFunctionName,
bool * bOutIsPublic,
FString * OutErrorMessage
)