Skip to content

C++ Emit doesn't fill prop pointers correctly for lambda/delegate listeners #15

@getnamo

Description

@getnamo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions