Skip to main content

ComplianceQueryUserInfo

AndroidiOSWindows
If you were looking for the method for use with Unity, see ComplianceQueryUserInfo for Unity SDK.

Query age and verification information of a user, as well as the compliance configurations for the user's region, which includes the legal age, game rating, and verification method.

Function definition

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

Observers

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

The callback methodID is kMethodIDComplianceQueryUserInfo

Code sample

UINTLSDKAPI::ComplianceQueryUserInfo();