Module |
|
Header |
/Engine/Source/Developer/RigVMDeveloper/Public/RigVMModel/Nodes/RigVMParameterNode.h |
Include |
#include "RigVMModel/Nodes/RigVMParameterNode.h" |
struct FRigVMGraphParameterDescription
The parameter description is used to convey information about unique parameters within a Graph. Multiple Parameter Nodes can share the same parameter description.
Name | Description | ||
---|---|---|---|
|
bIsInput |
True if the parameter is an input. |
|
|
CPPType |
The C++ data type of the parameter. |
|
|
TObjectPtr< UOb... |
CPPTypeObject |
The Struct of the C++ data type of the parameter (or nullptr) |
|
DefaultValue |
The default value of the parameter. |
|
|
Name |
The name of the parameter. |
Name | Description | ||
---|---|---|---|
|
FRigVMExtern... |
ToExternalVariable() |
Returns nullptr external variable matching this description. |
Name | Description | ||
---|---|---|---|
|
operator== ( |
Comparison operator |