6#include "Kismet/BlueprintFunctionLibrary.h"
7#include "UObject/ObjectMacros.h"
9#include "CesiumPrimitiveMetadata.generated.h"
26 GENERATED_USTRUCT_BODY()
48 TArray<int64> _propertyTextureIndices;
49 TArray<FCesiumPropertyAttribute> _propertyAttributes;
52 TArray<int64> _propertyAttributeIndices;
59 : public UBlueprintFunctionLibrary {
70 Category =
"Cesium|Primitive|Metadata")
82 Category =
"Cesium|Primitive|Metadata")
92 Category =
"Cesium|Primitive|Metadata")
97 PRAGMA_DISABLE_DEPRECATION_WARNINGS
103 Category =
"Cesium|Primitive|Metadata",
107 "Retrieve property attributes directly through GetPropertyAttributes instead."))
110 PRAGMA_ENABLE_DEPRECATION_WARNINGS
A Blueprint-accessible wrapper for a glTF property attribute.