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

#include <Traits.h>

Public Types

using Type = typename Dynamic::template TMethodPtrResolver<FDeclareOnly>::FMethodPtr
 
using Type = typename TDynamicMethodPtr_Struct<typename Dynamic::FDelegate>::Type
 

Detailed Description

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

Definition at line 66 of file Traits.h.

Member Typedef Documentation

◆ Type [1/2]

template<CDynamicMulticastDelegate Dynamic>
using Mcro::Delegates::TDynamicMethodPtr_Struct< Dynamic >::Type = typename Dynamic::template TMethodPtrResolver<FDeclareOnly>::FMethodPtr

Definition at line 62 of file Traits.h.

◆ Type [2/2]

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

Definition at line 68 of file Traits.h.


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