Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Display Cluster Configuration Viewport Remap Data' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Display Cluster Configuration Viewport Remap Data |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Viewport Region | The subregion of the viewport to remap; (0,0) x (W, H) will remap the entire viewport |
| struct | Output Region | The region in screen space to output the remapped region to |
| real | Angle | The angle in degrees to rotate the remapped region by; rotation is performed around the center of the output region |
| boolean | Flip H | Flips the remapped region horizontally |
| boolean | Flip V | Flips the remapped region vertically |