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

Function GetDebugDataPath

Source/Engine/ShadowsOfMordor/Builder.Debug.cpp:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#include "Engine/Engine/Globals.h"
13
14String GetDebugDataPath()
15{
16 auto result = Globals::ProjectCacheFolder / TEXT("ShadowsOfMordor_Debug");
17 if (!FileSystem::DirectoryExists(result))
18 FileSystem::CreateDirectory(result);
19 return result;
20}
21
22#endif
23

Callers 3

exportLightmapPreviewMethod · 0.85
exportCachePreviewMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected