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

#include <EventDelegate.h>

Public Types

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

Detailed Description

template<CDynamicMulticastDelegate Dynamic, int32 DefaultSettings = DefaultInvocation>
struct Mcro::Delegates::TNativeEvent_Struct< Dynamic, DefaultSettings >

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

Definition at line 365 of file EventDelegate.h.

Member Typedef Documentation

◆ Type

template<CDynamicMulticastDelegate Dynamic, int32 DefaultSettings = DefaultInvocation>
using Mcro::Delegates::TNativeEvent_Struct< Dynamic, DefaultSettings >::Type = TEventDelegate<TDynamicSignature<Dynamic>, DefaultSettings>

Definition at line 367 of file EventDelegate.h.


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