Navigation
API > API/Runtime > API/Runtime/Core
| Name | TDelegateWrapperParms< RetType(ArgTypes...), TIntegerSequence< uint32, Indices... > > |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/UObject/ScriptDelegates.h |
| Include Path | #include "UObject/ScriptDelegates.h" |
Syntax
template<typename RetType, typename... ArgTypes, uint32... Indices>
struct TDelegateWrapperParms< RetType(ArgTypes...), TIntegerSequence< uint32, Indices... > > :
public UE::Core::Private::TDelegateWrapperParmBase< ArgTypes, Indices > ,
public UE::Core::Private::TDelegateWrapperReturnBase< RetType >
Inheritance Hierarchy
- TDelegateWrapperParmBase → TDelegateWrapperParms< RetType(ArgTypes...), TIntegerSequence< uint32, Indices... > >
- TDelegateWrapperReturnBase → TDelegateWrapperParms< RetType(ArgTypes...), TIntegerSequence< uint32, Indices... > >
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TDelegateWrapperParms
(
ConstructorArgTypes&&... Args |
UObject/ScriptDelegates.h |