FDelegateBase

Base class for unicast delegates.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Delegates/DelegateBase.h"

Syntax

class FDelegateBase

Remarks

Base class for unicast delegates.

Constructors

Name Description

Protected function

FDelegateBase()

Creates and initializes a new instance.

Protected function

FDelegateBase

(
    FDelegateBase&& Other
)

Move constructor.

Destructors

Name Description

Protected function

~FDelegateBase()

Functions

Name Description

Protected function Const

IDelegateIns...

 

GetDelegateInstanceProtected()

Gets the delegate instance. Not intended for use by user code.

Protected function

void

 

Unbind()

Unbinds this delegate

Operators

Name Description

Protected function

FDelegateBas...

 

operator=

(
    FDelegateBase&& Other
)

Move assignment.

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