Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- RefCounted
- Node
- NodeBool
- NodeBoolConstant
References
| Module | MutableTools |
| Header | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/NodeBool.h |
| Include | #include "MuT/NodeBool.h" |
Syntax
class NodeBoolConstant : public mu::NodeBool
Remarks
Node returning a Bool constant value.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| Private * | GetPrivate () |
||
| const FNodeType * | |||
| bool | GetValue () |
Get the value to be returned by the node. | |
| void | SetValue
(
bool v |
Set the value to be returned by the node. |
Overridden from Node
Classes
| Type | Name | Description | |
|---|---|---|---|
| Private |