Files
UnrealEngineUWP/Engine/Plugins/Experimental/PythonScriptPlugin/Source
patrick laflamme 9aa3d1c4ae Fixed static analyzer complaining about int/bool comparison in Python
- Used static_cast<bool>() to work with both python 3.7 and 3.9. The macro expression type changed from bool to int between the versions.

#jira UE-126618 - //UE5/Main - UE4 Static Analysis Win64 (PVS-Studio) - pyengine.cpp compares a bool type value with a value of 0
#rb Brooke.Hubert

#ROBOMERGE-AUTHOR: patrick.laflamme
#ROBOMERGE-SOURCE: CL 17523778 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v870-17433530)

[CL 17523850 by patrick laflamme in ue5-release-engine-test branch]
2021-09-15 14:25:05 -04:00
..