Cesium for Unreal 2.12.0
Loading...
Searching...
No Matches
CesiumPropertyTable.h File Reference
#include "CesiumMetadataValue.h"
#include "CesiumPropertyTableProperty.h"
#include "Kismet/BlueprintFunctionLibrary.h"
#include "UObject/ObjectMacros.h"
#include "CesiumPropertyTable.generated.h"

Go to the source code of this file.

Classes

struct  FCesiumPropertyTable
 A Blueprint-accessible wrapper for a glTF property table. More...
 
class  UCesiumPropertyTableBlueprintLibrary
 

Namespaces

namespace  CesiumGltf
 

Enumerations

enum class  ECesiumPropertyTableStatus : uint8 { Valid = 0 , ErrorInvalidPropertyTable , ErrorInvalidPropertyTableClass }
 Reports the status of a FCesiumPropertyTable. More...
 

Enumeration Type Documentation

◆ ECesiumPropertyTableStatus

enum class ECesiumPropertyTableStatus : uint8
strong

Reports the status of a FCesiumPropertyTable.

If the property table cannot be accessed, this briefly indicates why.

Enumerator
Valid 
ErrorInvalidPropertyTable 
ErrorInvalidPropertyTableClass 

Definition at line 21 of file CesiumPropertyTable.h.