5#include "CoreMinimal.h"
6#include "CesiumRasterOverlayLoadFailureDetails.generated.h"
35 UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category =
"Cesium")
41 UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category =
"Cesium")
50 UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category =
"Cesium")
56 UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category =
"Cesium")
@ CesiumIon
A Cesium ion asset endpoint.
@ Unknown
An unknown load error.
ECesiumRasterOverlayLoadType
@ TileProvider
An initial load needed to create the overlay's tile provider.
@ Unknown
An unknown load error.
A quadtree pyramid of 2D raster images meant to be draped over a Cesium 3D Tileset.
int32 HttpStatusCode
The HTTP status code of the response that led to the failure.
TWeakObjectPtr< UCesiumRasterOverlay > Overlay
The overlay that encountered the load failure.
ECesiumRasterOverlayLoadType Type
The type of request that failed to load.
FString Message
A human-readable explanation of what failed.