TUFunctionDelegateBinding_OneVar

Windows
MacOS
Linux

Inheritance Hierarchy

TBaseUFunctionDelegateInstance

TDelegate< InRetValType(ParamTypes...), UserPolicy >::TUFunctionDelegateBinding_OneVar

References

Module

Core

Header

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

Include

#include "Delegates/DelegateSignatureImpl.inl"

Syntax

template<typename UObjectTemplate, typename Var1Type>
struct TUFunctionDelegateBinding_OneVar : public TBaseUFunctionDelegateInstance< UObjectTemplate, FuncType, UserPolicy, Var1Type >

Constructors

Name Description

Public function

TUFunctionDelegateBinding_OneVar

(
    UObjectTemplate* InUserObject,
    const FName& InFunctionName,
    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