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 >

Get the native function pointer type compatible with given dynamic delegate

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

Definition at line 48 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 43 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 50 of file Traits.h.


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