UE5 Create Event issues

I was able to do that by creating a fake function in the BP that has the Event Dispatcher to pull the signature from for the given Event Dispatcher, so that is fine. Yet how can I add input pins to the Create Event node ( the green one ) doesn’t seem to be a way to send in any input?

Within my Function

Back out in the Event Graph

In this example, I have no way of actually giving input to the CityChunkHandling event from within the function’s Create Event node. When the CityChunkHandling event is called by the Event Dispatcher Bind, the Caller Object is None as expected.