Files
UnrealEngineUWP/Engine/Plugins/Experimental/PythonScriptPlugin
jamie dale 18ce6ceb65 Fixed Python shutdown crash when Slate callbacks are bound
Slate can shutdown prior to the Python plugin, which means it can clear an array of delegates (which may contain captured Python objects) without taking the Python GIL. TPyAutoGILPtr has been added as a way to capture Python instances that will safely take the GIL during copy, move, or destruction operations.

#rb Patrick.Laflamme

#ROBOMERGE-SOURCE: CL 15366274 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v771-15082668)

[CL 15368939 by jamie dale in ue5-main branch]
2021-02-09 15:03:10 -04:00
..