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&40;BlueprintType&41;
struct FRigVMGraphFunctionHeader
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FRigVMGraphFunctionArgument > | Arguments | ||
| FString | Category | ||
| TMap< FRigVMGraphFunctionIdentifier, uint32 > | Dependencies | ||
| TArray< FRigVMExternalVariable > | ExternalVariables | ||
| FString | Keywords | ||
| FRigVMGraphFunctionIdentifier | LibraryPointer | ||
| FName | Name | ||
| FLinearColor | NodeColor | ||
| FString | NodeTitle | ||
| FText | Tooltip |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRigVMGraphFunctionData * | GetFunctionData
(
bool bLoadIfNecessary |
||
| IRigVMGraphFunctionHost * | GetFunctionHost
(
bool bLoadIfNecessary |
||
| FString | GetHash () |
||
| bool | IsMutable () |
||
| bool | IsValid () |
||
| void | PostDuplicateHost
(
const FString& InOldPathName, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FRigVMGraphFunctionHeader& Other |