Unreal Engine Blueprint API Reference > Utilities > Struct
Adds a node that breaks a 'CoarseLocalizationSettings' into its member fields
Inputs
Type | Name | Description |
---|---|---|
struct | Coarse Localization Settings |
Outputs
Type | Name | Description |
---|---|---|
boolean | Enable | If true coarse localization will be active |
boolean | Enable GPS | If true GPS can be used for localization ("location" must also be enabled in Project Settings->Platforms->Hololens->Capabilities) |
boolean | Enable Wifi | If true WiFi can be used for localization ("wiFiControl" must also be enabled in Project Settings->Platforms->Hololens->Capabilities) |
string | BLEBeacon UUIDs | List of bluetooth beacon uuids that can be used for localization ("bluetooth" must also be enabled in Project Settings->Platforms->Hololens->Capabilities) |