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

Binds 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>
void BindStatic
(
    typename TBaseStaticDelegateInstance< FuncType, UserPolicy, VarTypes... >::FFuncPtr InFunc,
    VarTypes... Vars
)

Remarks

Binds a raw C++ pointer global function delegate

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