getnamo / GlobalEventSystem-Unreal

Loosely coupled internal event system plugin for the Unreal Engine.
MIT License
270 stars 43 forks source link

LambdaListener needs to convert ptr to unique name #16

Closed getnamo closed 3 years ago

getnamo commented 3 years ago

FGESHandler::AddLambdaListener needs to typecast pointer to unique name and return it for easy removal if function pointer isn't available. Otherwise we're limited to one lambda per WCO