TRawMethodDelegate

Declare the user's C++ pointer-based delegate instance types.

Windows
MacOS
Linux

Inheritance Hierarchy

TBaseRawMethodDelegateInstance

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

References

Module

Core

Header

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

Include

#include "Delegates/DelegateSignatureImpl.inl"

Syntax

template<typename UserClass>
struct TRawMethodDelegate : public TBaseRawMethodDelegateInstance< false, UserClass, FuncType, UserPolicy >

Remarks

Declare the user's C++ pointer-based delegate instance types.

Constructors

Name Description

Public function

TRawMethodDelegate

(
    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