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

#include <Traits.h>

Public Types

using Type = TFunction_Signature<TDynamicMethodPtr<Dynamic>>
 
using Type = typename TDynamicSignature_Struct<typename Dynamic::FDelegate>::Type
 

Detailed Description

template<CDynamicMulticastDelegate Dynamic>
struct Mcro::Delegates::TDynamicSignature_Struct< Dynamic >

Get the native function signature type compatible with given dynamic delegate

Get the native function signature type compatible with given dynamic multicast delegate

Definition at line 69 of file Traits.h.

Member Typedef Documentation

◆ Type [1/2]

template<CDynamicMulticastDelegate Dynamic>
using Mcro::Delegates::TDynamicSignature_Struct< Dynamic >::Type = TFunction_Signature<TDynamicMethodPtr<Dynamic>>

Definition at line 64 of file Traits.h.

◆ Type [2/2]

template<CDynamicMulticastDelegate Dynamic>
using Mcro::Delegates::TDynamicSignature_Struct< Dynamic >::Type = typename TDynamicSignature_Struct<typename Dynamic::FDelegate>::Type

Definition at line 71 of file Traits.h.


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