BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'CoarseLocalizationSettings' from its members
Inputs
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) |
Outputs
Type | Name | Description |
---|---|---|
struct | Coarse Localization Settings |