FConcertIdentifierReader

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

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Public function

FConcertIdentifierReader

(
    const FConcertLocalIdentifierTable ...,
    const TArray< uint8 >& InBytes,
    bool bIsPersistent
)

Overridden from FArchiveState

Name Description

Public function Virtual Const

FString

 

GetArchiveName()

Returns the name of the Archive.

Operators

Name Description

Public function Virtual

FArchive &

 

operator<<

(
    FName& Value
)

Serializes an FName value from or into this archive.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss