IBaseDelegateInstance< void(ArgTypes...)>

Windows
MacOS
Linux

Inheritance Hierarchy

IBaseDelegateInstanceCommon

IBaseDelegateInstance< void(ArgTypes...)>

References

Module

Core

Header

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

Include

#include "Delegates/DelegateInstanceInterface.h"

Syntax

template<typename... ArgTypes>
struct IBaseDelegateInstance< void(ArgTypes...)> : public IBaseDelegateInstanceCommon< void(ArgTypes...)>

Functions

Name Description

Public function Const

bool

 

ExecuteIfSafe

(
    ArgTypes...
)

NOTE: Currently only delegates with no return value support ExecuteIfSafe()

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