Files
UnrealEngineUWP/Engine/Source/Runtime/Core/Tests/String
louisphilippe seguin 7e2fc425df Added a compilation error when checkf or ensureMsgf uses a const string as the condition.
This generally is caused by a programmer adding the printf string as the first parameter inadvertently.
Use != nullptr if your condition is intentional.

#rb Kirill Zorin

[CL 27441040 by louisphilippe seguin in ue5-main branch]
2023-08-29 08:10:02 -04:00
..