Navigation
API > API/Plugins > API/Plugins/MutableTools
Perform a per - component arithmetic operation between two colours.
| Name | NodeColourArithmeticOperation |
| Type | class |
| Header File | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/NodeColourArithmeticOperation.h |
| Include Path | #include "MuT/NodeColourArithmeticOperation.h" |
Syntax
class NodeColourArithmeticOperation : public mu::NodeColour
Inheritance Hierarchy
- CSharedMix → Node → NodeColour → NodeColourArithmeticOperation
- RefCounted → Node → NodeColour → NodeColourArithmeticOperation
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~NodeColourArithmeticOperation() |
Forbidden. Manage with the Ptr<> template. | MuT/NodeColourArithmeticOperation.h |
Enums
Public
| Name | Remarks |
|---|---|
| EOperation | Possible arithmetic operations. |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticType | FNodeType | MuT/NodeColourArithmeticOperation.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| A | Ptr< NodeColour > | MuT/NodeColourArithmeticOperation.h | ||
| B | Ptr< NodeColour > | MuT/NodeColourArithmeticOperation.h | ||
| Operation | EOperation | MuT/NodeColourArithmeticOperation.h |
Functions
Public
Overridden from Node
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FNodeType * GetType() |
Node type hierarchy data. | MuT/NodeColourArithmeticOperation.h |
Protected
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FNodeType * GetStaticType() |
MuT/NodeColourArithmeticOperation.h |