You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Instead we take advantage of new SkipOnlyEditorOnly cooking and use an EditorOnly hard objcect ptr instead. This should avoid issues with sync loading during PostLoad. We still need to maintain old soft object ref (and sync load) for backwards compatibility. Also note that the new system depends on the AssetManager seeing the EditorOnly ref. So to still hide from the cook existing content will need a resave. #lockdown marc.audy [CL 26525684 by jeremy moore in ue5-main branch]