Skip to main content

ComplianceVerifyRealName

Windows
If you were looking for the method for use with Unity, see ComplianceVerifyRealName for Unity SDK.

Open the real-name verification page. Used in scenarios where real name authentication is required before players can enter the game in some regions, such as South Korea.

Function definition

The API for opening the real-name verification page

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void ComplianceVerifyRealName();

Observers

The callback processing API is ComplianceResultObserver.
The callback data structure is ComplianceResult.

The callback methodID is kMethodIDComplianceVerifyRealName.

Code sample

UINTLSDKAPI::ComplianceVerifyRealName();