Cable component disappearing on load

Hi there,
go to your engine installation namely to Engine/Plugins/Runtime/CableComponent and edit the CableComponent.uplugin file (you can do it with a text editor). Simply change the “LoadingPhase” variable to read “PreDefault” instead of “Default”. This way, the plugin will initialize earlier and the Cable components will load properly.

2 Likes