Node Color Parameter - anticto/Mutable-Documentation GitHub Wiki
Function
Expose a runtime modifiable color parameter from the Customizable Object.
Use Cases
Let the user freely choose the color of a shirt at runtime.
Node Properties
Default Value: Visual representation of the currently defined default color. It's a color picker that allows choosing a color directly on the RGB wheel. Defaults to opaque white. This will be the default, used only when the parameter has yet to be modified.
R: Default value for the red channel, ranging from 0.0 to 1.0. Defaults to 1.0, full red.
G: Default value for the green channel from 0.0 to 1.0. Defaults to 1.0, full green.
B: Default value for the blue channel from 0.0 to 1.0. Defaults to 1.0, full blue.
A: Default value for the alpha channel from 0.0 to 1.0. Defaults to 1.0, opaque.
Parameter Name: Name of the color parameter defined by the node. It has to be unique within all the parameters in this customizable object hierarchy. Used when coding or within blueprints to refer to this parameter.
Parameter UI Metadata: UI Metadata associated to the color parameter.
Output Pins
Value: A reference to the parameter to be connected to other nodes. Runtime modifiable.