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 >

Definition at line 85 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 81 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 87 of file Traits.h.


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