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

Method OnRename

Source/Engine/Content/Storage/FlaxStorage.cpp:1547–1551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1545#if USE_EDITOR
1546
1547void FlaxStorage::OnRename(const StringView& newPath)
1548{
1549 ASSERT(!IsReadOnly());
1550 _path = newPath;
1551}
1552
1553#endif
1554

Callers 1

onRenameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected