TBaseMulticastDelegate< void, ParamTypes... >::AddStatic

Adds a raw C++ pointer global function delegate

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Delegates/DelegateSignatureImpl.inl"

Syntax

template<typename... VarTypes>
FDelegateHandle AddStatic
(
    typename TBaseStaticDelegateInstance< void, VarTypes... >::FFuncPtr InFunc,
    VarTypes... Vars
)

Remarks

Adds a raw C++ pointer global function delegate

Parameters

Parameter

Description

InFunc

Function pointer

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