Summary
The Is Editor Only
cooking actor setting is still hidden in the editor. I mentioned it here and here.
Please select what you are reporting on:
Unreal Editor for Fortnite
What Type of Bug are you experiencing?
UI/Tools
Steps to Reproduce
Actor components still hide the bIsEditorOnly
setting.
Expected Result
bIsEditorOnly
should be made visible, in fact it can already be used as it’s part of the custom bluerprint props that contain a special editor only prop.
Observed Result
The editor setting is still hidden.
Platform(s)
UEFN (v37.10)
Additional Notes
I personally use it for non-prop actors that have a mesh that should help in-editor only and should be cooked in the final build.