ComplianceQueryUserStatus (Deprecated since V1.16, use ComplianceQueryUserInfo instead)
AndroidiOSWindows
If you were looking for the method for use with Unity, see ComplianceQueryUserStatus for Unity SDK.
If you were looking for the method for use with Unity, see ComplianceQueryUserStatus 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 ComplianceQueryUserStatus();
Observers
The callback processing interface is ComplianceResultObserver. The callback data structure is ComplianceResult.
The callback methodID is kMethodIDComplianceQueryUserStatus
.
Code sample
UINTLSDKAPI::ComplianceQueryUserStatus();