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

Method GetDataFolderPath

Source/Engine/Level/Scene/Scene.cpp:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141String Scene::GetDataFolderPath() const
142{
143 return Globals::ProjectContentFolder / TEXT("SceneData") / GetFilename();
144}
145
146Array<Guid> Scene::GetAssetReferences() const
147{

Callers 7

SaveNavMeshMethod · 0.80
SetupHeightMapMethod · 0.80
SetupSplatMapMethod · 0.80
SetProbeDataMethod · 0.80
SetProbeDataMethod · 0.80
GetCacheFolderMethod · 0.80
buildInnerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected