MCRO
C++23 utilities for Unreal Engine.
|
Go to the source code of this file.
Namespaces | |
namespace | Mcro |
namespace | Mcro::Delegates |
Concepts | |
concept | Mcro::Delegates::CDynamicDelegate |
concept | Mcro::Delegates::CDynamicMulticastDelegate |
Typedefs | |
template<typename Dynamic > | |
using | Mcro::Delegates::TDynamicMethodPtr = typename TDynamicMethodPtr_Struct<std::decay_t<Dynamic>>::Type |
template<typename Dynamic > | |
using | Mcro::Delegates::TDynamicSignature = typename TDynamicSignature_Struct<std::decay_t<Dynamic>>::Type |
template<typename Dynamic > | |
using | Mcro::Delegates::TNative = typename TNative_Struct<std::decay_t<Dynamic>>::Type |
Definition in file Traits.h.