Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/UObject > API/Runtime/Core/UObject/TMulticastScriptDelegate
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | RemoveInternal
(
const UnicastDelegateType& InDelegate |
Removes a function from this multi-cast delegate's invocation list (performance is O(N)). |
![]() ![]() |
void | RemoveInternal
(
const UObject* InObject, |
Removes a function from this multi-cast delegate's invocation list (performance is O(N)). |