IBaseDelegateInstanceCommon< RetType(ArgTypes...)>

Windows
MacOS
Linux

Inheritance Hierarchy

IDelegateInstance

IBaseDelegateInstanceCommon< RetType(ArgTypes...)>

References

Module

Core

Header

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

Include

#include "Delegates/DelegateInstanceInterface.h"

Syntax

template<typename RetType, typename... ArgTypes>
struct IBaseDelegateInstanceCommon< RetType(ArgTypes...)> : public IDelegateInstance

Functions

Name Description

Public function

void

 

CreateCopy

(
    FDelegateBase& Base
)

Emplaces a copy of the delegate instance into the FDelegateBase.

Public function Const

RetType

 

Execute

(
    ArgTypes...
)

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