Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- RefCounted
- Node
- NodeScalar
- NodeScalarEnumParameter
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeScalarEnumParameter.h |
| Include | #include "MuT/NodeScalarEnumParameter.h" |
Syntax
class NodeScalarEnumParameter : public mu::NodeScalar
Remarks
Node that defines a scalar model parameter to be selected from a set of named values.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int | Get the index of the default value of the parameter. | ||
| const FString & | GetName () |
Get the name of the parameter. It will be exposed in the final compiled data. | |
| Private * | GetPrivate () |
||
| const FNodeType * | |||
| const FString & | GetUid () |
Get the uid of the parameter. It will be exposed in the final compiled data. | |
| int | Get the number of possible values. | ||
| void | Serialise
(
const NodeScalarEnumParameter* pNode, |
||
| void | SetDefaultValueIndex
(
int v |
||
| void | |||
| void | SetRange
(
int i, |
||
| void | SetRangeCount
(
int i |
Set the number of ranges (dimensions) for this parameter. | |
| void | |||
| void | Set the data of one of the possible values of the parameter. | ||
| void | SetValueCount
(
int i |
Set the number of possible values. | |
| NodeScalarEnumParameterPtr | 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 |