You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rnx [FYI] Dario.Mazzanti Original CL Desc ----------------------------------------------------------------- [Actor Actions Usability] Move code related to the "Convert Actor" and "Replace Actor" actions to UEditorActorSubystem - Deprecates 8 functions from EditorEngine, and moves them to EditorActorSubsystem - Moves some other locally defined functions and types from EditorEngine.cpp to a namespace in EditorActorSubsystem.cpp - Deprecated functions body just call the 8 functions newly added to EditorActorSubsystem - There are several places in the Engine where the deprecated are replaces with the new ones. #jira UE-221641 #rb Julien.StJean [CL 35710067 by alex kahn in ue5-main branch]