Logout
Logs out from the current channel.
Function definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static bool Logout(const EINTLLoginChannel Channel, const bool ChannelOnly = false);
Input parameters
Parameter | Type | Description | Remarks |
---|---|---|---|
Channel | FString | The specified channel to log out. For more information, see EINTLLoginChannel. | Optional |
ChannelOnly | bool | Only logs out from the channel. | -- |
Observers
The callback processing interface is AuthBaseResultObserver. The callback data structure is BaseResult.
The callback methodID is kMethodIDAuthLogout
.
Code sample
UINTLSDKAPI::Logout();