Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodeString
- NodeStringConstant
- NodeStringParameter
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeString.h |
| Include | #include "MuT/NodeString.h" |
Syntax
class NodeString : public mu::Node
Remarks
Base class of any node that outputs a string value.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EType | Type |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~NodeString () |
Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const NODE_TYPE * | |||
| void | Serialise
(
const NodeString* pNode, |
Life cycle. | |
| NodeStringPtr | StaticUnserialise
(
InputArchive& arch |
Overridden from Node
Classes
| Type | Name | Description | |
|---|---|---|---|
| Private |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EType | Possible subclasses. |