Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
IOnlineContentAgeRestriction - Interface class for managing a user's content age restriction status
| Name | IOnlineContentAgeRestriction |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineContentRestrictionInterface.h |
| Include Path | #include "Interfaces/OnlineContentRestrictionInterface.h" |
Syntax
class IOnlineContentAgeRestriction
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IOnlineContentAgeRestriction() |
Interfaces/OnlineContentRestrictionInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void QueryContentAgeRestriction
(
const FUniqueNetId& LocalUserId, |
Query the content age restriction status for an account | Interfaces/OnlineContentRestrictionInterface.h |