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

Method GetCacheFolder

Source/Engine/Level/Scene/SceneLightmapsData.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26#if USE_EDITOR
27
28void SceneLightmapsData::GetCacheFolder(String* result)
29{
30 *result = _scene->GetDataFolderPath() / TEXT("Lightmaps");
31}
32
33void SceneLightmapsData::GetCachedLightmapPath(String* result, int32 lightmapIndex, int32 textureIndex)
34{

Callers

nothing calls this directly

Calls 1

GetDataFolderPathMethod · 0.80

Tested by

no test coverage detected