Logo
Explore Help
Sign In
izzy/UnrealEngineUWP
0
0
Fork 0
You've already forked UnrealEngineUWP
mirror of https://github.com/izzy2lost/UnrealEngineUWP.git synced 2026-03-26 18:15:20 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
1279b9e740223ee6358624625a817a18f0e6ebcb
UnrealEngineUWP/Engine/Plugins/Experimental/PythonScriptPlugin/Source
History
Patrick Laflamme 1279b9e740 Implemented a workaround to declare valid Python methods when the corresponding UFUNCTION has default parameter values declared in the meta data, but also has further parameters that don't have default values, which is illegal in C++ and Python, but because the C++ compiler doesn't interpret the meta data, those errors are not caught when compiling C++ code.
- Fixed the Python method declaration by adding "=..." when a default value was missing. This is legal in a Python stub to not specify the default value.

#rb Jamie.Dale
#preflight 625f25e3db15ac92dba883ee

[CL 19818316 by Patrick Laflamme in ue5-main branch]
2022-04-19 17:29:42 -04:00
..
PythonScriptPlugin
Implemented a workaround to declare valid Python methods when the corresponding UFUNCTION has default parameter values declared in the meta data, but also has further parameters that don't have default values, which is illegal in C++ and Python, but because the C++ compiler doesn't interpret the meta data, those errors are not caught when compiling C++ code.
2022-04-19 17:29:42 -04:00
PythonScriptPluginPreload
…
Powered by Gitea Page: 1487ms Template: 23ms
English
English
Licenses API