UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
JsonExtensions.h File Reference

Go to the source code of this file.

Namespaces

namespace  JsonExtensions
 

Functions

bool JsonExtensions::TryGetStringArrayFieldWithDeprecatedFallback (const FJsonObject &JsonObject, const FString &FieldName, const FString &DeprecatedFieldName, TArray< FString > &OutArray)
 
template<typename TEnum >
bool JsonExtensions::TryGetEnumArrayFieldWithDeprecatedFallback (const FJsonObject &JsonObject, const FString &FieldName, const FString &DeprecatedFieldName, TArray< TEnum > &OutArray)