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

#include <Cesium3DTilesetLoadFailureDetails.h>

Public Attributes

TWeakObjectPtr< ACesium3DTilesetTileset = nullptr
 The tileset that encountered the load failure.
 
ECesium3DTilesetLoadType Type = ECesium3DTilesetLoadType::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 Cesium3DTilesetLoadFailureDetails.h.

Member Data Documentation

◆ HttpStatusCode

int32 FCesium3DTilesetLoadFailureDetails::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 Cesium3DTilesetLoadFailureDetails.h.

◆ Message

FString FCesium3DTilesetLoadFailureDetails::Message

A human-readable explanation of what failed.

Definition at line 57 of file Cesium3DTilesetLoadFailureDetails.h.

◆ Tileset

TWeakObjectPtr<ACesium3DTileset> FCesium3DTilesetLoadFailureDetails::Tileset = nullptr

The tileset that encountered the load failure.

Definition at line 36 of file Cesium3DTilesetLoadFailureDetails.h.

◆ Type

ECesium3DTilesetLoadType FCesium3DTilesetLoadFailureDetails::Type = ECesium3DTilesetLoadType::Unknown

The type of request that failed to load.

Definition at line 42 of file Cesium3DTilesetLoadFailureDetails.h.


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