Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Material Sprite Element' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| object | Material | The material that the sprite is rendered with. |
| object | Distance To Opacity Curve | A curve that maps distance on the X axis to the sprite opacity on the Y axis. |
| boolean | Size Is In Screen Space | Whether the size is defined in screen-space or world-space. |
| real | Base Size X | The base width of the sprite, multiplied with the DistanceToSizeCurve. |
| real | Base Size Y | The base height of the sprite, multiplied with the DistanceToSizeCurve. |
| object | Distance To Size Curve | A curve that maps distance on the X axis to the sprite size on the Y axis. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Material Sprite Element |