#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.
◆ ECesiumPropertyTableStatus
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.