Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- 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 NODE_TYPE * | |||
| void | Serialise
(
const NodeObjectGroup* pNode, |
||
| void | SetChild
(
int index, |
Set a child object node. | |
| void | SetChildCount
(
int |
Set the number of child objects. | |
| void | Set the child selection type. | ||
| NodeObjectGroupPtr | StaticUnserialise
(
InputArchive& arch |
Overridden from NodeObject
| Type | Name | Description | |
|---|---|---|---|
| const char * | GetName () |
Get the name of the object. | |
| const char * | GetUid () |
Get the uid of the object. | |
| void | SetName
(
const char* strName |
Set the name of the object. | |
| void | SetUid
(
const char* strUid |
Set the uid of the object. |
Overridden from Node
| Type | Name | Description | |
|---|---|---|---|
| Node::Private * | |||
| int | Generic access to graph connections. | ||
| Node * | GetInputNode
(
int i |
||
| const NODE_TYPE * | GetType () |
Node type hierarchy data. | |
| void | SerialiseWrapper
(
OutputArchive& arch |
||
| void | SetInputNode
(
int i, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| Private |
Enums
| Type | Name | Description | |
|---|---|---|---|
| CHILD_SELECTION | Typed of child selection. |