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