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

Execute the delegate, but only if the function pointer is still valid

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Delegates/DelegateSignatureImpl.inl"

Syntax

template<typename DummyRetValType, std::enable_if_t< std::is_void< DummyRetValType >::value > *>
bool ExecuteIfBound
(
    ParamTypes... Params
) const

Remarks

Execute the delegate, but only if the function pointer is still valid

Returns

Returns true if the function was executed

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