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

Execute the delegate. If the function pointer is not valid, an error will occur.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Delegates/DelegateInstanceInterface.h

Include

#include "Delegates/DelegateInstanceInterface.h"

Syntax

RetType Execute
(
    ArgTypes...
) const

Remarks

Execute the delegate. If the function pointer is not valid, an error will occur.

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