Blueprint Component Binding Event to OnLevelLoaded

Hello, Im attempting to bind a custom event in my Blueprint Component(FSLevelBuilder_Component) to a Streaming Level Reference’s OnLevelLoaded event dispatcher, but i dont even get the option too, unless i do it in a Blueprint Actor and not a Blueprint Component, is this intended? and if so, why cant blueprint components bind their events to a Streaming Level Reference’s Event Dispatchers.

If there is no work around, and i must Bind an event in the Blueprint Actor itself, then how would i go about passing my Blueprint Component’s Custom Event into the Bind OnLevelLoaded node in the parent Blueprint Actor(FSLevelBuilder_Blueprint)?