UKismetSystemLibrary::UnregisterForRemoteNotifications
#include "Kismet/KismetSystemLibrary.h"
Access: public
Specifiers: staticBlueprintCallable
Description
Requests unregistering from receiving remote (push) notifications on the user's device. Android only.
Caveats & Gotchas
- • Unlike RegisterForRemoteNotifications, this is Android-only — it is a no-op on iOS.
- • This unregisters the device token locally; it does not retroactively cancel notifications already scheduled server-side.
Signature
static void UnregisterForRemoteNotifications() Return Type
void Example
Opt out of push notifications C++
UKismetSystemLibrary::UnregisterForRemoteNotifications(); Tags
Version History
Introduced in: unknown
| Version | Status | Notes |
|---|---|---|
| 5.6 | stable | — |
Feedback
Was this helpful?