Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Geographic Coordinates' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Geographic Coordinates |
Outputs
| Type | Name | Description |
|---|---|---|
| real | Longitude | FVector where X = Latitude, Y = Longitude, Z = Altitude |
| real | Latitude | |
| real | Altitude |