TUObjectMethodDelegate_Const

Windows
MacOS
Linux

Inheritance Hierarchy

TBaseUObjectMethodDelegateInstance

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

References

Module

Core

Header

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

Include

#include "Delegates/DelegateSignatureImpl.inl"

Syntax

template<typename UserClass>
struct TUObjectMethodDelegate_Const : public TBaseUObjectMethodDelegateInstance< true, UserClass, FuncType, UserPolicy >

Constructors

Name Description

Public function

TUObjectMethodDelegate_Const

(
    UserClass* InUserObject,
    typename Super::FMethodPtr InMethod...
)

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