Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/UObject > API/Runtime/Core/UObject/TMulticastScriptDelegate
| Type | Name | Description | |
|---|---|---|---|
| void | Remove
(
const TScriptDelegate< ThreadSafetyMode >& InDelegate |
Removes a function from this multi-cast delegate's invocation list (performance is O(N)). | |
| void | Remove
(
const TScriptDelegate< OtherThreadSafetyMode >& InDelegate |
Deprecated - remove after TScriptDelegateTraits |
|
| void | Removes a function from this multi-cast delegate's invocation list (performance is O(N)). |