9#include "CesiumMetadataEncodingDetails.generated.h"
63 GENERATED_USTRUCT_BODY()
75 ComponentType(InComponentType),
76 Conversion(InConversion) {}
81 UPROPERTY(EditAnywhere, Category =
"Cesium")
89 UPROPERTY(EditAnywhere, Category = "Cesium")
97 UPROPERTY(EditAnywhere, Category = "Cesium")
101 return Type == Info.Type && ComponentType == Info.ComponentType &&
102 Conversion == Info.Conversion;