Particle Nodes

AttributeGet

Returns the value of the specified Attribute.

InputDescription
GetTriggers the node.
Attribute

The name of the Attribute from which the value will be taken.

Names are case sensitive, please make sure to type the names correctly.
OutputDescription
ValueOutputs the value that was taken from the Attribute defined in the Attribute input.
ErrorOutputs when an error occurs in the acquisition of the Attribute's value.

AttributeSet

Changes the value of the specified Attribute.

InputDescription
SetTriggers the node.
Attribute

The name of the Attribute whose the value should be changed.

Names are case sensitive, please make sure to type the names correctly.
ValueThe new value that the Attribute's value will be set to.
OutputDescription
ErrorOutputs when an error occurs in the change of the Attribute's value.