Cesium for Unreal 2.18.0
Loading...
Searching...
No Matches
CesiumPropertyAttribute.h File Reference
#include "CesiumMetadataEnum.h"
#include "CesiumMetadataValue.h"
#include "CesiumPropertyAttributeProperty.h"
#include "Kismet/BlueprintFunctionLibrary.h"
#include "UObject/ObjectMacros.h"
#include "CesiumPropertyAttribute.generated.h"

Go to the source code of this file.

Classes

struct  FCesiumPropertyAttribute
 A Blueprint-accessible wrapper for a glTF property attribute. More...
 
class  UCesiumPropertyAttributeBlueprintLibrary
 

Namespaces

namespace  CesiumGltf
 

Enumerations

enum class  ECesiumPropertyAttributeStatus : uint8 { Valid = 0 , ErrorInvalidPropertyAttribute , ErrorInvalidPropertyAttributeClass }
 Reports the status of a FCesiumPropertyAttribute. More...
 

Enumeration Type Documentation

◆ ECesiumPropertyAttributeStatus

enum class ECesiumPropertyAttributeStatus : uint8
strong

Reports the status of a FCesiumPropertyAttribute.

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

Enumerator
Valid 
ErrorInvalidPropertyAttribute 
ErrorInvalidPropertyAttributeClass 

Definition at line 22 of file CesiumPropertyAttribute.h.