Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > TSparseDynamicDelegate
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/SparseDelegate.h |
Include | #include "UObject/SparseDelegate.h" |
void AddUnique
&40;
FScriptDelegate InDelegate
&41;
Remarks
Adds a function delegate to this multi-cast delegate's invocation list if a delegate with the same signature doesn't already exist in the invocation list
Parameters
Name | Description |
---|---|
InDelegate | Delegate to add |