Navigation
API > API/Plugins > API/Plugins/MutableTools
This node outputs a predefined Projector value.
| Name | NodeProjectorConstant |
| Type | class |
| Header File | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/NodeProjector.h |
| Include Path | #include "MuT/NodeProjector.h" |
Syntax
class NodeProjectorConstant : public mu::NodeProjector
Inheritance Hierarchy
- CSharedMix → Node → NodeProjector → NodeProjectorConstant
- RefCounted → Node → NodeProjector → NodeProjectorConstant
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~NodeProjectorConstant() |
Forbidden. Manage with the Ptr<> template. | MuT/NodeProjector.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticType | FNodeType | MuT/NodeProjector.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Direction | FVector3f | MuT/NodeProjector.h | ||
| Position | FVector3f | MuT/NodeProjector.h | ||
| ProjectionAngle | float | MuT/NodeProjector.h | ||
| Scale | FVector3f | MuT/NodeProjector.h | ||
| Type | EProjectorType | MuT/NodeProjector.h | ||
| Up | FVector3f | MuT/NodeProjector.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetValue
(
EProjectorType* OutType, |
Get the value that this node returns. | MuT/NodeProjector.h | |
void SetValue
(
EProjectorType type, |
Set the value to be returned by this node. | MuT/NodeProjector.h |
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 |