TSparseDynamicDelegate::RemoveAll

Removes all delegate bindings from this multicast delegate's invocation list that are bound to the specified object.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/SparseDelegate.h

Include

#include "UObject/SparseDelegate.h"

Syntax

void RemoveAll
(
    const UObject * Object
)

Remarks

Removes all delegate bindings from this multicast delegate's invocation list that are bound to the specified object.

This method also compacts the invocation list.

Parameters

Parameter

Description

InObject

The object to remove bindings for.

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