Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMGraphFunctionHeader
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FRigVMGraphFunctionHeader FindGraphFunctionHeader
(
const FSoftObjectPath& InFunctionObjectPath, |
RigVMCore/RigVMGraphFunctionDefinition.h | ||
static FRigVMGraphFunctionHeader FindGraphFunctionHeader
(
const FRigVMGraphFunctionIdentifier& InIdentifier, |
RigVMCore/RigVMGraphFunctionDefinition.h | ||
static FRigVMGraphFunctionHeader FindGraphFunctionHeader
(
const FSoftObjectPath& InHostObjectPath, |
RigVMCore/RigVMGraphFunctionDefinition.h |
FindGraphFunctionHeader(const FSoftObjectPath &, bool , FString )
| Name | FindGraphFunctionHeader |
| 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 FRigVMGraphFunctionHeader FindGraphFunctionHeader
(
const FSoftObjectPath & InFunctionObjectPath,
bool * bOutIsPublic,
FString * OutErrorMessage
)
FindGraphFunctionHeader(const FRigVMGraphFunctionIdentifier &, bool , FString )
| Name | FindGraphFunctionHeader |
| 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 FRigVMGraphFunctionHeader FindGraphFunctionHeader
(
const FRigVMGraphFunctionIdentifier & InIdentifier,
bool * bOutIsPublic,
FString * OutErrorMessage
)
FindGraphFunctionHeader(const FSoftObjectPath &, const FName &, bool , FString )
| Name | FindGraphFunctionHeader |
| 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 FRigVMGraphFunctionHeader FindGraphFunctionHeader
(
const FSoftObjectPath & InHostObjectPath,
const FName & InFunctionName,
bool * bOutIsPublic,
FString * OutErrorMessage
)