#include <DelegateInstanceInterface.h>
template<
typename RetType, typename... ArgTypes,
typename UserPolicy>
struct IBaseDelegateInstance< RetType(ArgTypes...), UserPolicy >
Definition at line 16 of file DelegateInstanceInterface.h.
◆ CreateCopy()
Emplaces a copy of the delegate instance into the given base delegate.
◆ Execute()
Execute the delegate. If the function pointer is not valid, an error will occur.
◆ ExecuteIfSafe()
Execute the delegate, but only if the function pointer is still valid
- Returns
- Returns true if the function was executed
The documentation for this struct was generated from the following file: