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