Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- RefCounted
- Node
- NodeBool
- NodeBoolNot
References
| Module | MutableTools |
| Header | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/NodeBool.h |
| Include | #include "MuT/NodeBool.h" |
Syntax
class NodeBoolNot : public mu::NodeBool
Remarks
Node that returns the oposite of the input value.
Constructors
| Type | Name | Description | |
|---|---|---|---|
NodeBoolNot () |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~NodeBoolNot () |
Forbidden. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| Ptr< NodeBool > | GetInput () |
Input. | |
| Private * | GetPrivate () |
||
| const FNodeType * | |||
| void |
Overridden from Node
Classes
| Type | Name | Description | |
|---|---|---|---|
| Private |