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