Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
141
String Scene::GetDataFolderPath() const
142
{
143
return Globals::ProjectContentFolder / TEXT(
"SceneData"
) / GetFilename();
144
}
145
146
Array<Guid> Scene::GetAssetReferences() const
147
{
Callers
7
SaveNavMesh
Method · 0.80
SetupHeightMap
Method · 0.80
SetupSplatMap
Method · 0.80
SetProbeData
Method · 0.80
SetProbeData
Method · 0.80
GetCacheFolder
Method · 0.80
buildInner
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected