Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/Online
Type
typedef FName FSchemaCategoryId
References
| Module | OnlineServicesInterface |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/SchemaTypes.h |
| Include | #include "Online/SchemaTypes.h" |
Remarks
Category within a schema. Most schema will have two sets of configuration - one for the singular object and one for member data within that object. The category name is expected to be built into the code which uses a schema and is not expected to change. A schema may not add any categories not already declared in the parent schema.
Example: A lobby contains both lobby data and lobby member data, but during lobby creation the client only specifies a single schema Id. The schema id is required to have categories for both Lobby and LobbyMember.