Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodeColour
- NodeColourConstant
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeColourConstant.h |
| Include | #include "MuT/NodeColourConstant.h" |
Syntax
class NodeColourConstant : public mu::NodeColour
Remarks
This node outputs a predefined colour value.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| Private * | GetPrivate () |
||
| const NODE_TYPE * | |||
| FVector4f | GetValue () |
Get the value that this node returns. | |
| NodeColourConstantPtr | OldStaticUnserialise
(
InputArchive& arch |
||
| void | Serialise
(
const NodeColourConstant* pNode, |
||
| void | SetValue
(
FVector4f |
Set the value to be returned by this node. | |
| NodeColourConstantPtr | StaticUnserialise
(
InputArchive& arch |
Overridden from Node
| Type | Name | Description | |
|---|---|---|---|
| Node::Private * | |||
| int | Generic access to graph connections. | ||
| Node * | GetInputNode
(
int i |
||
| const NODE_TYPE * | GetType () |
Node type hierarchy data. | |
| void | SerialiseWrapper
(
OutputArchive& arch |
||
| void | SetInputNode
(
int i, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| Private |