TCommonDelegateInstanceState< InRetValType(ParamTypes...), UserPolicy, VarTypes... >

Windows
MacOS
Linux

Inheritance Hierarchy

IBaseDelegateInstance

TCommonDelegateInstanceState< InRetValType(ParamTypes...), UserPolicy, VarTypes... >

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Delegates/DelegateInstancesImpl.h

Include

#include "Delegates/DelegateInstancesImpl.h"

Syntax

template<typename InRetValType, typename... ParamTypes, typename UserPolicy, typename... VarTypes>
class TCommonDelegateInstanceState< InRetValType(ParamTypes...), UserPolicy, VarTypes... > : private IBaseDelegateInstance< InRetValType(ParamTypes...), UserPolicy >

Variables

Name Description

Protected variable

FDelegateHandle

 

Handle

The handle of this delegate.

Protected variable

TTuple< VarType...

 

Payload

Payload member variables (if any).

Functions

Name Description

Public function Const

FDelegateHan...

 

GetHandle()

Public function

 

TCommonDelegateInstanceState

(
    VarTypes... Vars
)

Typedefs

Name

Description

RetValType

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss