Searched defs:IsDebugBuild (Results 1 – 3 of 3) sorted by relevance
23 CORE_PUBLIC bool IsDebugBuild() { return true; } in IsDebugBuild() function25 CORE_PUBLIC bool IsDebugBuild() { return false; } in IsDebugBuild() function
403 bool Engine::IsDebugBuild() in IsDebugBuild() function in Engine
87 bool (*IsDebugBuild)() = nullptr; variable