You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
This allows renaming parameters without using a K2ParamRedirect, and to use names that are not legal C++ identifiers UFUNCTION(BlueprintPure, ...) static void DoSomethingAwesome(UPARAM(DisplayName="Awesome Param") float BoringParam); #codereview nick.whiting [CL 2614169 by Michael Noland in Main branch]