Cesium for Unreal 2.12.0
Loading...
Searching...
No Matches
FCesiumRasterOverlayLoadFailureDetails Struct Reference

#include <CesiumRasterOverlayLoadFailureDetails.h>

Public Attributes

TWeakObjectPtr< UCesiumRasterOverlayOverlay = nullptr
 The overlay that encountered the load failure.
 
ECesiumRasterOverlayLoadType Type = ECesiumRasterOverlayLoadType::Unknown
 The type of request that failed to load.
 
int32 HttpStatusCode = 0
 The HTTP status code of the response that led to the failure.
 
FString Message
 A human-readable explanation of what failed.
 

Detailed Description

Definition at line 29 of file CesiumRasterOverlayLoadFailureDetails.h.

Member Data Documentation

◆ HttpStatusCode

int32 FCesiumRasterOverlayLoadFailureDetails::HttpStatusCode = 0

The HTTP status code of the response that led to the failure.

If there was no response or the failure did not follow from a request, then the value of this property will be 0.

Definition at line 51 of file CesiumRasterOverlayLoadFailureDetails.h.

◆ Message

FString FCesiumRasterOverlayLoadFailureDetails::Message

A human-readable explanation of what failed.

Definition at line 57 of file CesiumRasterOverlayLoadFailureDetails.h.

◆ Overlay

TWeakObjectPtr<UCesiumRasterOverlay> FCesiumRasterOverlayLoadFailureDetails::Overlay = nullptr

The overlay that encountered the load failure.

Definition at line 36 of file CesiumRasterOverlayLoadFailureDetails.h.

◆ Type

ECesiumRasterOverlayLoadType FCesiumRasterOverlayLoadFailureDetails::Type = ECesiumRasterOverlayLoadType::Unknown

The type of request that failed to load.

Definition at line 42 of file CesiumRasterOverlayLoadFailureDetails.h.


The documentation for this struct was generated from the following file: