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
I am encountering an issue while parsing code with ESPMode::ThreadSafe as a template argument using version 18.0.1. The problematic code snippet is as follows:
In this code, ESPMode is an enumeration and ESPMode::ThreadSafe is used as a template argument for TSharedPtr. However, when I parse this code with version 18.0.1, ESPMode::ThreadSafe is incorrectly interpreted as a parameter pack, leading to subsequent parsing errors.
This issue does not occur when I parse the same code with version 16.0.0.
Could you please look into the differences between these two versions? I suspect this might be a bug in the new version.
This code is written based on the UE4.27 engine.
The text was updated successfully, but these errors were encountered:
I am encountering an issue while parsing code with ESPMode::ThreadSafe as a template argument using version 18.0.1. The problematic code snippet is as follows:
In this code, ESPMode is an enumeration and ESPMode::ThreadSafe is used as a template argument for TSharedPtr. However, when I parse this code with version 18.0.1, ESPMode::ThreadSafe is incorrectly interpreted as a parameter pack, leading to subsequent parsing errors.
This issue does not occur when I parse the same code with version 16.0.0.
Could you please look into the differences between these two versions? I suspect this might be a bug in the new version.
This code is written based on the UE4.27 engine.
The text was updated successfully, but these errors were encountered: