Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Streaming Source Shape' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| boolean | Use Grid Loading Range | If True, streaming source shape radius is bound to loading range radius. |
| real | Loading Range Scale | Applies a scale to the grid's loading range (used if bUseGridLoadingRange is True). |
| real | Radius | Custom streaming source shape radius (not used if bUseGridLoadingRange is True). |
| boolean | Is Sector | Whether the source shape is a spherical sector instead of a regular sphere source. |
| real | Sector Angle | Shape's spherical sector angle in degree (not used if bIsSector is False). |
| vector | Location | Streaming source shape location (local to streaming source). |
| rotator | Rotation | Streaming source shape rotation (local to streaming source). |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Streaming Source Shape |