Searched defs:IsDebugBuild (Results 1 – 3 of 3) sorted by relevance
24 CORE_PUBLIC bool IsDebugBuild() { return true; } in IsDebugBuild() function26 CORE_PUBLIC bool IsDebugBuild() { return false; } in IsDebugBuild() function
378 bool Engine::IsDebugBuild() in IsDebugBuild() function in Engine
95 bool (*IsDebugBuild)() = nullptr; variable