Navigation
API > API/Runtime > API/Runtime/Core
| Name | TDelegateFunctionWrapper |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/UObject/ScriptDelegates.h |
| Include Path | #include "UObject/ScriptDelegates.h" |
Syntax
template<typename RetType, typename... ParamTypes>
struct TDelegateFunctionWrapper
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static RetType CallWrapper
(
const ScriptDelegateType& Delegate, |
UObject/ScriptDelegates.h | ||
static RetType CallWrapperImpl
(
const DelegateType& Delegate, |
UObject/ScriptDelegates.h |