Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- RefCounted
- Node
- NodeString
- NodeStringParameter
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeStringParameter.h |
| Include | #include "MuT/NodeStringParameter.h" |
Syntax
class NodeStringParameter : public mu::NodeString
Remarks
Node that defines a string model parameter.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| Private * | GetPrivate () |
||
| const FNodeType * | |||
| void | Serialise
(
const NodeStringParameter* pNode, |
||
| void | SetDefaultValue
(
const FString& |
Set the default value of the parameter. | |
| void | Set the name of the parameter. It will be exposed in the final compiled data. | ||
| void | SetRange
(
int i, |
||
| void | SetRangeCount
(
int i |
Set the number of ranges (dimensions) for this parameter. | |
| void | Set the uid of the parameter. It will be exposed in the final compiled data. | ||
| NodeStringParameterPtr | StaticUnserialise
(
InputArchive& arch |
Overridden from Node
| Type | Name | Description | |
|---|---|---|---|
| Node::Private * | |||
| const FNodeType * | GetType () |
Node type hierarchy data. | |
| void | SerialiseWrapper
(
OutputArchive& arch |
Classes
| Type | Name | Description | |
|---|---|---|---|
| Private |