advanced-level-editor icon indicating copy to clipboard operation
advanced-level-editor copied to clipboard

Rename ILevelEditorSaveManager->GetLevelData to GenerateLevelDataFromScenery

Open seannowotny opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. As far as I can tell this method's common implementation is the generation of new LevelEdtorSaveData and it doesn't actually get an already existing instance of LevelEditorSaveData.

Describe the solution you'd like Rename to GenerateLevelDataFromScenery

Describe alternatives you've considered Idk, I'm sure there are better names than "[...]FromScenery"

Additional context At first, I was incorrectly using this method, because I assumed that it would return already present LevelEditorSaveData.

seannowotny avatar Mar 22 '23 16:03 seannowotny