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

Static: Creates 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>
static TDelegate< RetValType, UserPolicy > CreateStatic
(
    typename TIdentity< RetValType>::Type InFunc,
    VarTypes... Vars
)

Remarks

Static: Creates 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