MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
AsNative.h File Reference
#include "CoreMinimal.h"
#include "Mcro/FunctionTraits.h"
#include "Mcro/Delegates/Traits.h"

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 CSameAs<MethodPtrTypeDynamic, MethodPtrTypeNative>
NativeDelegateType Mcro::Delegates::AsNative (Dynamic &&dynamicDelegate)
 

Detailed Description

Author
David Mórász
Date
2025

Definition in file AsNative.h.