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