Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper
The parameter description is used to convey information about unique parameters within a Graph. Multiple Parameter Nodes can share the same parameter description.
| Name | FRigVMGraphParameterDescription |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/Nodes/RigVMParameterNode.h |
| Include Path | #include "RigVMModel/Nodes/RigVMParameterNode.h" |
Syntax
USTRUCT (BlueprintType , Meta=(Deprecated="5.1"))
struct FRigVMGraphParameterDescription
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsInput | bool | True if the parameter is an input. | RigVMModel/Nodes/RigVMParameterNode.h |
|
| CPPType | FString | The C++ data type of the parameter. | RigVMModel/Nodes/RigVMParameterNode.h |
|
| CPPTypeObject | TObjectPtr< UObject > | The Struct of the C++ data type of the parameter (or nullptr) | RigVMModel/Nodes/RigVMParameterNode.h |
|
| DefaultValue | FString | The default value of the parameter. | RigVMModel/Nodes/RigVMParameterNode.h |
|
| Name | FName | The name of the parameter. | RigVMModel/Nodes/RigVMParameterNode.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMExternalVariable ToExternalVariable() |
Returns nullptr external variable matching this description. | RigVMModel/Nodes/RigVMParameterNode.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FRigVMGraphParameterDescription& Other |
Comparison operator | RigVMModel/Nodes/RigVMParameterNode.h |