Navigation
API > API/Plugins > API/Plugins/RigVM
| Name | FRigVMGraphFunctionHeader |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMGraphFunctionDefinition.h |
| Include Path | #include "RigVMCore/RigVMGraphFunctionDefinition.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigVMGraphFunctionHeader
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMGraphFunctionHeader() |
RigVMCore/RigVMGraphFunctionDefinition.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FindFunctionHeaderFromPathFunc | TFunction< FRigVMGraphFunctionHeader(const FSoftObjectPath &, const FName &, bool *)> | RigVMCore/RigVMGraphFunctionDefinition.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Arguments | TArray< FRigVMGraphFunctionArgument > | RigVMCore/RigVMGraphFunctionDefinition.h |
|
|
| Category | FString | RigVMCore/RigVMGraphFunctionDefinition.h |
|
|
| Dependencies | TMap< FRigVMGraphFunctionIdentifier, uint32 > | RigVMCore/RigVMGraphFunctionDefinition.h | ||
| Description | FString | RigVMCore/RigVMGraphFunctionDefinition.h |
|
|
| ExternalVariables | TArray< FRigVMExternalVariable > | RigVMCore/RigVMGraphFunctionDefinition.h | ||
| Keywords | FString | RigVMCore/RigVMGraphFunctionDefinition.h |
|
|
| Layout | FRigVMNodeLayout | RigVMCore/RigVMGraphFunctionDefinition.h | ||
| LibraryPointer | FRigVMGraphFunctionIdentifier | RigVMCore/RigVMGraphFunctionDefinition.h |
|
|
| Name | FName | RigVMCore/RigVMGraphFunctionDefinition.h |
|
|
| NodeColor | FLinearColor | RigVMCore/RigVMGraphFunctionDefinition.h |
|
|
| NodeTitle | FString | RigVMCore/RigVMGraphFunctionDefinition.h |
|
|
| Variant | FRigVMVariant | RigVMCore/RigVMGraphFunctionDefinition.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMGraphFunctionData * GetFunctionData
(
bool bLoadIfNecessary |
RigVMCore/RigVMGraphFunctionDefinition.h | ||
IRigVMGraphFunctionHost * GetFunctionHost
(
bool bLoadIfNecessary |
RigVMCore/RigVMGraphFunctionDefinition.h | ||
FString GetHash() |
RigVMCore/RigVMGraphFunctionDefinition.h | ||
FText GetTooltip() |
RigVMCore/RigVMGraphFunctionDefinition.h | ||
bool IsMutable() |
RigVMCore/RigVMGraphFunctionDefinition.h | ||
bool IsValid() |
RigVMCore/RigVMGraphFunctionDefinition.h |
Static
| 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 | ||
| RigVMCore/RigVMGraphFunctionDefinition.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FRigVMGraphFunctionHeader& Other |
RigVMCore/RigVMGraphFunctionDefinition.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Tooltip_DEPRECATED | FText | RigVMCore/RigVMGraphFunctionDefinition.h |
|