MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetPlatformBinariesRoot

Method GetPlatformBinariesRoot

Source/Editor/Cooker/GameCooker.cpp:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249String CookingData::GetPlatformBinariesRoot() const
250{
251 return Globals::StartupFolder / TEXT("Source/Platforms") / Tools->GetName() / TEXT("Binaries");
252}
253
254void CookingData::GetBuildPlatformName(const Char*& platform, const Char*& architecture) const
255{

Callers 5

PerformMethod · 0.80
OnPostProcessMethod · 0.80
OnPostProcessMethod · 0.80
OnPostProcessMethod · 0.80
OnPostProcessMethod · 0.80

Calls 1

GetNameMethod · 0.45

Tested by

no test coverage detected