9#include "Containers/Array.h"
10#include "Containers/Map.h"
11#include "Containers/UnrealString.h"
13#include "CesiumModelMetadata.generated.h"
27 GENERATED_USTRUCT_BODY()
37 TArray<FCesiumPropertyTable> _propertyTables;
38 TArray<FCesiumPropertyTexture> _propertyTextures;
39 TSharedPtr<FCesiumMetadataEnumCollection> _enumDefinitions;
46 : public UBlueprintFunctionLibrary {
57 Category =
"Cesium|Model|Metadata")
61 PRAGMA_DISABLE_DEPRECATION_WARNINGS
68 Category =
"Cesium|Metadata|Model",
72 "Use GetPropertyTables to get an array of property tables instead."))
82 Category =
"Cesium|Metadata|Model",
86 "Use GetPropertyTextures to get an array of property textures instead."))
90 PRAGMA_ENABLE_DEPRECATION_WARNINGS
98 Category =
"Cesium|Model|Metadata")
109 Category =
"Cesium|Model|Metadata")
121 Category =
"Cesium|Model|Metadata")
124 const TArray<int64>& Indices);
132 Category =
"Cesium|Model|Metadata")
143 Category =
"Cesium|Model|Metadata")
155 Category =
"Cesium|Model|Metadata")
158 const TArray<int64>& Indices);
A Blueprint-accessible wrapper for a glTF property table.
A blueprint-accessible wrapper of a property texture from a glTF.