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