Logout
Logout from the current channel.
Function Definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static bool Logout(const EINTLLoginChannel Channel, const bool ChannelOnly = false);
Input Parameters
| Parameters | Type | Explanation | Note |
|---|---|---|---|
| Channel | FString | Channel to log out from Please see EINTLLoginChannel. | Optional |
| ChannelOnly | bool | Logout from channel only | -- |
Callback processing
The callback processing interface is AuthBaseResultObserver.The callback data structure is BaseResult.
The callback ID is kMethodIDAuthLogout.
Code example
UINTLSDKAPI::Logout();