TStaticDelegate_OneVar

Windows
MacOS
Linux

Inheritance Hierarchy

TBaseStaticDelegateInstance

TBaseDelegate::TStaticDelegate_OneVar

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Delegates/DelegateSignatureImpl.inl

Include

#include "Delegates/DelegateSignatureImpl.inl"

Syntax

template<typename Var1Type>
struct TStaticDelegate_OneVar : public TBaseStaticDelegateInstance< TFuncType, Var1Type >

Constructors

Name Description

Public function

TStaticDelegate_OneVar

(
    typename Super::FFuncPtr InFuncPtr,
    Var1Type Var1
)

Typedefs

Name

Description

Super

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