Skip to content

Set Struct Field

Purpose of the Node

This node is used to modify a field within a struct. It takes a struct, a field name, and a value as inputs and outputs the modified struct.

Pins

This node has four pins:

Pin NamePin DescriptionPin TypeValue Type
StartInitiate ExecutionExecutionN/A
EndDone with the ExecutionExecutionN/A
Struct InThe struct to modifyStructHashMap
FieldThe field name to modifyStringString
ValueThe value to set for the fieldGenericAny Value Type
Struct OutThe modified structStructHashMap