FSparseDelegate::__Internal_Clear

Removes all functions from this delegate's invocation list

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/SparseDelegate.h"

Syntax

void __Internal_Clear
(
    const UObject * DelegateOwner,
    FName DelegateName
)

Remarks

Removes all functions from this delegate's invocation list

NOTE: Only call this function from blueprint sparse delegate infrastructure on a resolved generic FScriptDelegate pointer. Generally from C++ you should call Clear() directly.

Parameters

Parameter

Description

DelegateOwner

UObject that owns the resolved sparse delegate

DelegateName

Name of the resolved sparse delegate

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