MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
Mcro::Delegates::TNativeEvent_Struct< Dynamic, DefaultPolicy > Struct Template Reference

Map the input dynamic multicast delegate to a conceptually compatible native event delegate type. More...

#include <EventDelegate.h>

Public Types

using Type = TEventDelegate<TDynamicSignature<Dynamic>, DefaultPolicy>
 

Detailed Description

template<CDynamicMulticastDelegate Dynamic, FEventPolicy DefaultPolicy = {}>
struct Mcro::Delegates::TNativeEvent_Struct< Dynamic, DefaultPolicy >

Map the input dynamic multicast delegate to a conceptually compatible native event delegate type.

Definition at line 412 of file EventDelegate.h.

Member Typedef Documentation

◆ Type

template<CDynamicMulticastDelegate Dynamic, FEventPolicy DefaultPolicy = {}>
using Mcro::Delegates::TNativeEvent_Struct< Dynamic, DefaultPolicy >::Type = TEventDelegate<TDynamicSignature<Dynamic>, DefaultPolicy>

Definition at line 414 of file EventDelegate.h.


The documentation for this struct was generated from the following file: