Navigation
API > API/Plugins > API/Plugins/ConcertTransport
Archive for reading identifiers (currently names) in a way that avoids duplication by caching them against their internal key, which can then be mapped over the network
| Name | FConcertIdentifierReader |
| Type | class |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/IdentifierTable/ConcertTransportArchives.h |
| Include Path | #include "IdentifierTable/ConcertTransportArchives.h" |
Syntax
class FConcertIdentifierReader : public FMemoryReader
Inheritance Hierarchy
- FArchiveState → FArchive → FMemoryArchive → FMemoryReader → FConcertIdentifierReader
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConcertIdentifierReader
(
const FConcertLocalIdentifierTable* InLocalIdentifierTable, |
IdentifierTable/ConcertTransportArchives.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LocalIdentifierTable | const FConcertLocalIdentifierTable * | IdentifierTable/ConcertTransportArchives.h |
Functions
Public
Overridden from FArchiveState
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetArchiveName() |
IdentifierTable/ConcertTransportArchives.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FConcertLocalIdentifierTable * GetLocalIdentifierTable() |
IdentifierTable/ConcertTransportArchives.h |