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