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