Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/FSchemaCategoryInstanceBase
Description
Check whether an client attribute is valid in the base schema. Intended to be used when attribute information needs to be verified without translating to the service.
| Name | VerifyBaseAttributeData |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Schema.h |
| Include Path | #include "Online/Schema.h" |
| Source | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Private/Online/Schema.cpp |
bool VerifyBaseAttributeData
(
const FSchemaAttributeId & Id,
const FSchemaVariant & Data,
FSchemaServiceAttributeId & OutSchemaServiceAttributeId,
ESchemaServiceAttributeFlags & OutSchemaServiceAttributeFlags
)