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
&40;
UnicastDelegateType && InDelegate
&41;
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 |