Navigation
API > API/Plugins > API/Plugins/MutableTools
Base class of any node that outputs a Bool value.
| Name | NodeBool |
| Type | class |
| Header File | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/NodeBool.h |
| Include Path | #include "MuT/NodeBool.h" |
Syntax
class NodeBool : public mu::Node
Inheritance Hierarchy
- CSharedMix → Node → NodeBool
- RefCounted → Node → NodeBool
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~NodeBool() |
Forbidden. Manage with the Ptr<> template. | MuT/NodeBool.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticType | FNodeType | MuT/NodeBool.h |
Functions
Public
Overridden from Node
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FNodeType * GetType() |
Node type hierarchy data. | MuT/NodeBool.h |
Protected
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FNodeType * GetStaticType() |
MuT/NodeBool.h |