Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 17:07
Fix UE 5.8 FSharedString implicit conversion errors

JSON object key iteration in UE 5.8 yields FSharedString instead of
FString. Add explicit FString() casts where keys are passed to functions
expecting const FString&.