Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodeObject
- NodeObjectGroup
- NodeObjectNew
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeObject.h |
| Include | #include "MuT/NodeObject.h" |
Syntax
class NodeObject : public mu::Node
Remarks
Base class for any node that outputs an object.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EType | Type |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~NodeObject () |
Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const char * | GetName () |
Get the name of the object. | |
| const NODE_TYPE * | |||
| const char * | GetUid () |
Get the uid of the object. | |
| void | Serialise
(
const NodeObject* pNode, |
Life cycle. | |
| void | SetName
(
const char* strName |
Set the name of the object. | |
| void | SetUid
(
const char* strUid |
Set the uid of the object. | |
| NodeObjectPtr | StaticUnserialise
(
InputArchive& arch |
Overridden from Node
Classes
| Type | Name | Description | |
|---|---|---|---|
| Private |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EType | Possible subclasses. |