Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/UObject > API/Runtime/Core/UObject/TMulticastScriptDelegate
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/UObject/ScriptDelegates.h |
| Include | #include "UObject/ScriptDelegates.h" |
void AddUniqueInternal
(
UnicastDelegateType && InDelegate
)
Remarks
Adds a function delegate to this multi-cast delegate's invocation list, if a delegate with that signature doesn't already exist
Parameters
| Name | Description |
|---|---|
| InDelegate | Delegate to add |