![]() |
Cesium for Unreal 2.16.0
|
Attribution information for a query to a geocoder service. More...
#include <CesiumGeocoderServiceBlueprintLibrary.h>
Public Member Functions | |
FCesiumGeocoderServiceAttribution ()=default | |
FCesiumGeocoderServiceAttribution (const CesiumIonClient::GeocoderAttribution &attribution) | |
Public Attributes | |
FString | Html |
An HTML string containing the necessary attribution information. | |
bool | bShowOnScreen |
If true, the credit should be visible in the main credit container. | |
Attribution information for a query to a geocoder service.
Definition at line 72 of file CesiumGeocoderServiceBlueprintLibrary.h.
|
default |
FCesiumGeocoderServiceAttribution::FCesiumGeocoderServiceAttribution | ( | const CesiumIonClient::GeocoderAttribution & | attribution | ) |
bool FCesiumGeocoderServiceAttribution::bShowOnScreen |
If true, the credit should be visible in the main credit container.
Otherwise, it can appear in a popover.
Definition at line 90 of file CesiumGeocoderServiceBlueprintLibrary.h.
FString FCesiumGeocoderServiceAttribution::Html |
An HTML string containing the necessary attribution information.
Definition at line 83 of file CesiumGeocoderServiceBlueprintLibrary.h.