IBaseDelegateInstance< RetType(ArgTypes...), UserPolicy >::ExecuteIfSafe

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/DelegateInstanceInterface.h

Include

#include "Delegates/DelegateInstanceInterface.h"

Syntax

bool ExecuteIfSafe
(
    ArgTypes...
) 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