Navigation
API > API/Plugins > API/Plugins/MutableTools
Base class of any node that outputs a string value.
| Name | NodeString |
| Type | class |
| Header File | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/NodeString.h |
| Include Path | #include "MuT/NodeString.h" |
Syntax
class NodeString : public mu::Node
Inheritance Hierarchy
- CSharedMix → Node → NodeString
- RefCounted → Node → NodeString
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~NodeString() |
Forbidden. Manage with the Ptr<> template. | MuT/NodeString.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticType | FNodeType | MuT/NodeString.h |
Functions
Public
Overridden from Node
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FNodeType * GetType() |
Node type hierarchy data. | MuT/NodeString.h |
Protected
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FNodeType * GetStaticType() |
MuT/NodeString.h |