Unsubscribing
Using binding handle

FDispatchitoEventBindingHandle handle;
TArray<FDispatchitoEventBindingHandle> handles;
UDispatchitoSubsystem* subsystem = GEngine->GetEngineSubsystem<UDispatchitoSubsystem>();
subsystem->Unsubscribe(handle);
subsystem->UnsubscribeMany(handles);From all topics

From all topics as an interface implementer

Last updated