Skip to content

Fix UE 5.8 SetXField deprecation warnings in GLTF exporters - #132

Open
FreshImagine wants to merge 1 commit into
rdeioris:masterfrom
FreshImagine:fix/json-setfield-fstringview-ue5.8
Open

FreshImagine wants to merge 1 commit into
rdeioris:masterfrom
FreshImagine:fix/json-setfield-fstringview-ue5.8

Conversation

@FreshImagine

Copy link
Copy Markdown

UE::JSON::Private::FJsonObjectSharedStringStorage::SetField(ANSICHAR, ...) is deprecated in UE 5.8 in favor of the FStringView overload. Wrap all found field-name literals in TEXT() so they bind to the non-deprecated overload.

UE::JSON::Private::FJsonObjectSharedStringStorage::Set*Field(ANSICHAR*, ...)
is deprecated in UE 5.8 in favor of the FStringView overload. Wrap all
field-name literals in TEXT() so they bind to the non-deprecated overload.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants