Navigation
API > API/Plugins > API/Plugins/ConcertTransport > API/Plugins/ConcertTransport/IdentifierTable
Inheritance Hierarchy
- FArchiveState
- FArchive
- FMemoryArchive
- FMemoryReader
- FConcertIdentifierReader
- FConcertSyncObjectReader
References
| Module | ConcertTransport |
| Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/IdentifierTable/ConcertTransportArchives.h |
| Include | #include "IdentifierTable/ConcertTransportArchives.h" |
Syntax
class FConcertIdentifierReader : public FMemoryReader
Remarks
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
Constructors
| Type | Name | Description | |
|---|---|---|---|
FConcertIdentifierReader
(
const FConcertLocalIdentifierTable* InLocalIdentifierTable, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FConcertLocalIdentifierTable * |
Overridden from FArchiveState
| Type | Name | Description | |
|---|---|---|---|
| FString | Returns the name of the Archive. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FArchive & | operator<<
(
FName& Name |
Serializes an FName value from or into this archive. | |
| FArchive & | operator<<
(
FSoftObjectPath& AssetPtr |
Serializes soft object paths from or into this archive. |