TBaseDelegate::Execute

Execute the delegate.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Delegates/DelegateSignatureImpl.inl"

Syntax

RetValType Execute
(
    ParamTypes... Params
) const

Remarks

Execute the delegate.

If the function pointer is not valid, an error will occur. Check IsBound() before calling this method or use ExecuteIfBound() instead.

See Also

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