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 FRigVMGraphFunctionArgument
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsArray | ||
| bool | bIsConst | ||
| FName | CPPType | ||
| TSoftObjectPtr< UObject > | CPPTypeObject | ||
| FString | DefaultValue | ||
| ERigVMPinDirection | Direction | ||
| FName | DisplayName | ||
| FName | Name | ||
| TMap< FString, FText > | PathToTooltip |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRigVMExternalVariable | |||
| bool | Validates and potentially loads the CPP Type Object | ||
| bool | Returns true if this argument is an execute context |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FRigVMGraphFunctionArgument& Other |