You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: