Navigation
API > API/Plugins > API/Plugins/RigVM
| Name | FRigVMGraphFunctionArgument |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMGraphFunctionDefinition.h |
| Include Path | #include "RigVMCore/RigVMGraphFunctionDefinition.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigVMGraphFunctionArgument
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMGraphFunctionArgument() |
RigVMCore/RigVMGraphFunctionDefinition.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsArray | bool | RigVMCore/RigVMGraphFunctionDefinition.h |
|
|
| bIsConst | bool | RigVMCore/RigVMGraphFunctionDefinition.h |
|
|
| CPPType | FName | RigVMCore/RigVMGraphFunctionDefinition.h |
|
|
| CPPTypeObject | TSoftObjectPtr< UObject > | RigVMCore/RigVMGraphFunctionDefinition.h |
|
|
| DefaultValue | FString | RigVMCore/RigVMGraphFunctionDefinition.h |
|
|
| Direction | ERigVMPinDirection | RigVMCore/RigVMGraphFunctionDefinition.h |
|
|
| DisplayName | FName | RigVMCore/RigVMGraphFunctionDefinition.h |
|
|
| Name | FName | RigVMCore/RigVMGraphFunctionDefinition.h |
|
|
| PathToTooltip | TMap< FString, FText > | RigVMCore/RigVMGraphFunctionDefinition.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMExternalVariable GetExternalVariable() |
RigVMCore/RigVMGraphFunctionDefinition.h | ||
bool IsCPPTypeObjectValid() |
Validates and potentially loads the CPP Type Object | RigVMCore/RigVMGraphFunctionDefinition.h | |
bool IsExecuteContext() |
Returns true if this argument is an execute context | RigVMCore/RigVMGraphFunctionDefinition.h | |
bool IsValid() |
True if CPP Type or obj type is valid. May potentially load the CPP Type Object. | RigVMCore/RigVMGraphFunctionDefinition.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FRigVMGraphFunctionArgument& Other |
RigVMCore/RigVMGraphFunctionDefinition.h |