CohtmlDelegateFunctorWrapper
#include <CohtmlEventHelpers.h>
Public Functions
| Name | |
|---|---|
| CohtmlDelegateFunctorWrapper(FCohtmlJSEventBPCallback InDelegate) | |
| void | operator()() |
Public Attributes
| Name | |
|---|---|
| FCohtmlJSEventBPCallback | BPDelegate |
Detailed Description
struct CohtmlDelegateFunctorWrapper;
A lasting functor object to bind to a JS event (via RegisterForEvent). Wraps and stores a Blueprint delegate to call later.
Public Functions Documentation
function CohtmlDelegateFunctorWrapper
inline CohtmlDelegateFunctorWrapper(
FCohtmlJSEventBPCallback InDelegate
)
function operator()
inline void operator()()
Public Attributes Documentation
variable BPDelegate
FCohtmlJSEventBPCallback BPDelegate;