15 : public UBlueprintFunctionLibrary {
27 Category =
"Cesium|Metadata|PropertyArray")
41 Category =
"Cesium|Metadata|PropertyArray")
55 Category = "Cesium|Metadata|PropertyArray")
72 Category = "Cesium|Metadata|PropertyArray")
76 PRAGMA_DISABLE_DEPRECATION_WARNINGS
87 DeprecationMessage = "Use GetElementBlueprintType instead."))
104 "CesiumMetadataTrueType is deprecated. Use GetElementValueType instead."))
120 DeprecationMessage = "Use GetArraySize instead."))
151 "GetBoolean is deprecated for metadata arrays. Use GetValue instead."))
152 static
bool GetBoolean(
155 bool DefaultValue = false);
188 "GetByte is deprecated on arrays. Use GetValue instead."))
189 static uint8 GetByte(
192 uint8 DefaultValue = 0);
226 "GetInteger is deprecated for metadata arrays. Use GetValue instead."))
227 static int32 GetInteger(
230 int32 DefaultValue = 0);
267 "GetInteger64 is deprecated for metadata arrays. Use GetValue instead."))
268 static int64 GetInteger64(
271 int64 DefaultValue = 0);
304 "GetFloat is deprecated for metadata arrays. Use GetValue instead."))
305 static
float GetFloat(
308 float DefaultValue = 0.0f);
341 "GetFloat64 is deprecated for metadata arrays. Use GetValue instead."))
342 static
double GetFloat64(
345 double DefaultValue);
370 "GetString is deprecated for metadata arrays. Use GetValue instead."))
371 static FString GetString(
374 const FString& DefaultValue = "");
376 PRAGMA_ENABLE_DEPRECATION_WARNINGS