Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodeColour
- NodeColourParameter
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeColourParameter.h |
| Include | #include "MuT/NodeColourParameter.h" |
Syntax
class NodeColourParameter : public mu::NodeColour
Remarks
Node that defines a colour model parameter.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetDefaultValue
(
float* pR, |
Get the default value of the parameter. | |
| const char * | GetName () |
Get the name of the parameter. It will be exposed in the final compiled data. | |
| Private * | GetPrivate () |
||
| const NODE_TYPE * | |||
| const char * | GetUid () |
Get the uid of the parameter. It will be exposed in the final compiled data. | |
| void | Serialise
(
const NodeColourParameter* pNode, |
||
| void | SetDefaultValue
(
float r, |
Set the default value of the parameter. | |
| void | SetName
(
const char* |
Set the name of the parameter. | |
| void | SetRange
(
int i, |
Set the number of ranges (dimensions) for this parameter. | |
| void | SetRangeCount
(
int i |
Set the number of ranges (dimensions) for this parameter. | |
| void | SetUid
(
const char* |
Set the uid of the parameter. | |
| NodeColourParameterPtr | 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 |