Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- RefCounted
- Node
- NodeObject
- NodeObjectGroup
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeObjectGroup.h |
| Include | #include "MuT/NodeObjectGroup.h" |
Syntax
class NodeObjectGroup : public mu::NodeObject
Remarks
Node that creates a group of objects and describes how they are selected.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| NodeObjectPtr | GetChild
(
int index |
Get a child object node. | |
| int | Get the number of child objects. | ||
| Private * | GetPrivate () |
||
| CHILD_SELECTION | Get child selection type. | ||
| const FNodeType * | |||
| void | Serialise
(
const NodeObjectGroup* pNode, |
||
| void | SetChild
(
int index, |
Set a child object node. | |
| void | SetChildCount
(
int |
Set the number of child objects. | |
| void | SetDefaultValue
(
int32 Value |
Set default value for CS_ONE_OR_NONE or CS_ALWAYS_ONE groups the value is the index of the child option in the group -1 is the value for the None option. | |
| void | Set the child selection type. | ||
| NodeObjectGroupPtr | StaticUnserialise
(
InputArchive& arch |
Overridden from NodeObject
| Type | Name | Description | |
|---|---|---|---|
| const FString & | GetName () |
Get the name of the object. | |
| const FString & | GetUid () |
Get the uid of the object. | |
| void | Set the name of the object. | ||
| void | Set the uid of the object. |
Overridden from Node
| Type | Name | Description | |
|---|---|---|---|
| Node::Private * | |||
| const FNodeType * | GetType () |
Node type hierarchy data. | |
| void | SerialiseWrapper
(
OutputArchive& arch |
Enums
| Type | Name | Description | |
|---|---|---|---|
| CHILD_SELECTION | Typed of child selection. |