Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- RefCounted
- Node
- NodeBool
- NodeBoolParameter
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeBool.h |
| Include | #include "MuT/NodeBool.h" |
Syntax
class NodeBoolParameter : public mu::NodeBool
Remarks
Node that defines a Bool model parameter.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| Private * | GetPrivate () |
||
| const FNodeType * | |||
| void | Serialise
(
const NodeBoolParameter* pNode, |
||
| void | SetDefaultValue
(
bool v |
Get the default value of the parameter. | |
| void | Set the name of the parameter. It will be exposed in the final compiled data. | ||
| void | |||
| void | SetRangeCount
(
int i |
Set the number of ranges (dimensions) for this parameter. | |
| Ptr< NodeBoolParameter > | 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 |