Cesium for Unreal 2.12.0
|
#include <CesiumRasterOverlayLoadFailureDetails.h>
Public Attributes | |
TWeakObjectPtr< UCesiumRasterOverlay > | Overlay = 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. | |
Definition at line 29 of file CesiumRasterOverlayLoadFailureDetails.h.
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.
FString FCesiumRasterOverlayLoadFailureDetails::Message |
A human-readable explanation of what failed.
Definition at line 57 of file CesiumRasterOverlayLoadFailureDetails.h.
TWeakObjectPtr<UCesiumRasterOverlay> FCesiumRasterOverlayLoadFailureDetails::Overlay = nullptr |
The overlay that encountered the load failure.
Definition at line 36 of file CesiumRasterOverlayLoadFailureDetails.h.
ECesiumRasterOverlayLoadType FCesiumRasterOverlayLoadFailureDetails::Type = ECesiumRasterOverlayLoadType::Unknown |
The type of request that failed to load.
Definition at line 42 of file CesiumRasterOverlayLoadFailureDetails.h.