FStaticDelegate

Declare the user's static function pointer delegate instance types.

Windows
MacOS
Linux

Inheritance Hierarchy

TBaseStaticDelegateInstance

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

References

Module

Core

Header

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

Include

#include "Delegates/DelegateSignatureImpl.inl"

Syntax

struct FStaticDelegate : public TBaseStaticDelegateInstance< FuncType, UserPolicy >

Remarks

Declare the user's static function pointer delegate instance types.

Constructors

Name Description

Public function

FStaticDelegate

(
    typename Super::FFuncPtr InFuncPtr
)

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