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

Method GetPath

Source/Engine/Level/Scene/Scene.cpp:125–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123#if USE_EDITOR
124
125String Scene::GetPath() const
126{
127 AssetInfo info;
128 if (Content::GetAssetInfo(GetID(), info))
129 {
130 return info.Path;
131 }
132
133 return String::Empty;
134}
135
136String Scene::GetFilename() const
137{

Callers 5

loadSceneMethod · 0.45
OnEndMethod · 0.45
saveSceneMethod · 0.45

Calls 1

GetIDFunction · 0.85

Tested by

no test coverage detected