You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Optional] Sponsorship to speed up the bug fix or feature request (example)
Description
This bug was brought in PR #10267, where type TSharedPtr<FJsonValue> was introduced to hold arbitrary-typed variables. However, this solution was not complete because it's missing overloads of WriteJsonValue and TryGetJsonValue functions for TSharedPtr<FJsonValue> type, that leads to compile-time errors.
Bug Report Checklist
Description
This bug was brought in PR #10267, where type
TSharedPtr<FJsonValue>
was introduced to hold arbitrary-typed variables. However, this solution was not complete because it's missing overloads ofWriteJsonValue
andTryGetJsonValue
functions forTSharedPtr<FJsonValue>
type, that leads to compile-time errors.openapi-generator version
master - 5.3.0
OpenAPI declaration file content or url
Full scheme
Generation Details
Steps to reproduce
Related issues/PRs
Issue #10266
Suggest a fix
We need to define proper implementations of
WriteJsonValue
andTryGetJsonValue
forTSharedPtr<FJsonValue>
type used for arbitrary-typed variables.The text was updated successfully, but these errors were encountered: