![]() |
Cesium for Unreal 2.13.2
|
#include "CesiumRasterOverlay.h"
#include "Components/ActorComponent.h"
#include "CoreMinimal.h"
#include "CesiumUrlTemplateRasterOverlay.generated.h"
Go to the source code of this file.
Classes | |
class | UCesiumUrlTemplateRasterOverlay |
A raster overlay that loads tiles from a templated URL. More... | |
Enumerations | |
enum class | ECesiumUrlTemplateRasterOverlayProjection : uint8 { WebMercator , Geographic } |
Specifies the type of projection used for projecting a URL template raster overlay. More... | |
|
strong |
Specifies the type of projection used for projecting a URL template raster overlay.
Enumerator | |
---|---|
WebMercator | The raster overlay is projected using Web Mercator. |
Geographic | The raster overlay is projected using a geographic projection. |
Definition at line 15 of file CesiumUrlTemplateRasterOverlay.h.