If we use the BP execGESEmitEventOneParam our emit data will already contain the correct prop pointers when the event gets processed.
However if we emit directly from c++ i.e. via FGESHandler::DefaultHandler()->EmitEvent(EmitData); this won't necessarily fill the prop pointer if your receiver is a lambda or delegate.
Needs a fill/conversion step before we handle the emit
If we use the BP execGESEmitEventOneParam our emit data will already contain the correct prop pointers when the event gets processed.
However if we emit directly from c++ i.e. via
FGESHandler::DefaultHandler()->EmitEvent(EmitData);this won't necessarily fill the prop pointer if your receiver is a lambda or delegate.Needs a fill/conversion step before we handle the emit