Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMModel > API/Plugins/RigVMDeveloper/RigVMModel/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URigVMNode
- URigVMTemplateNode
- UDEPRECATED_RigVMArrayNode
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/Nodes/RigVMArrayNode.h |
| Include | #include "RigVMModel/Nodes/RigVMArrayNode.h" |
Syntax
UCLASS&40;BlueprintType, Deprecated&41;
class UDEPRECATED_RigVMArrayNode : public URigVMTemplateNode
Remarks
The Array Node represents one of a series available array operations such as SetNum, GetAtIndex etc.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | GetCPPType () |
Returns the C++ data type of the element. | |
| UObject * | Returns the C++ data type struct of the array (or nullptr) | ||
| ERigVMOpCode | GetOpCode () |
Returns the op code of this node. |