BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'IntMargin' into its member fields
Inputs
Type | Name | Description |
---|---|---|
struct | Int Margin |
Outputs
Type | Name | Description |
---|---|---|
integer | Left | Holds the margin to the left. |
integer | Top | Holds the margin to the top. |
integer | Right | Holds the margin to the right. |
integer | Bottom | Holds the margin to the bottom. |