![]() |
MCRO
C++23 utilities for Unreal Engine.
|
Go to the source code of this file.
Namespaces | |
| namespace | Mcro |
| namespace | Mcro::Delegates |
Functions | |
| template<CDynamicDelegate Dynamic, typename MethodPtrTypeDynamic = TDynamicMethodPtr<Dynamic>, typename NativeDelegateType = TDelegate<TFunction_Signature<MethodPtrTypeDynamic>>, typename MethodPtrTypeNative = typename TMemFunPtrType< false, FDeclareOnly, typename NativeDelegateType::TFuncType >::Type> requires CSameAsDecayed<MethodPtrTypeDynamic, MethodPtrTypeNative> | |
| NativeDelegateType | Mcro::Delegates::AsNative (Dynamic &&dynamicDelegate) |
| Creates a native delegate that is bound to the same UFunction as the specified dynamic delegate. | |
Definition in file AsNative.h.