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