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
The C++ version will change to C++20 in UE5.4 or later.
Since the implicit capture of this by [=] is deprecated in C++20, some codes need to be modified.
The following notation is an example of the modification, and we hope it will be helpful.