Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
Schema category instance class templated by access to client attributes.
The passed in accessor is an interface which must provide a definition for GetMutableClientSnapshot.
| Name | TSchemaCategoryInstance |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Schema.h |
| Include Path | #include "Online/Schema.h" |
Syntax
template<typename FSnapshotAccessor>
class TSchemaCategoryInstance : public UE::Online::Private::FSchemaCategoryInstanceBase
Inheritance Hierarchy
- FSchemaCategoryInstanceBase → TSchemaCategoryInstance
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSchemaCategoryInstance
(
const FSchemaId& DerivedSchemaId, |
Online/Schema.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SnapshotAccessor | FSnapshotAccessor | Online/Schema.h |