FConcertLocalIdentifierTable

Cache of identifiers (currently names) that have been serialized locally and should be sent along with the serialized data

Windows
MacOS
Linux

References

Module

ConcertTransport

Header

/Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/IdentifierTable/ConcertIdentifierTable.h

Include

#include "IdentifierTable/ConcertIdentifierTable.h"

Syntax

class FConcertLocalIdentifierTable

Remarks

Cache of identifiers (currently names) that have been serialized locally and should be sent along with the serialized data

Constructors

Functions

Name Description

Public function Const

void

 

GetState

(
    FConcertLocalIdentifierState& OutS...
)

Get the state of this identifier table.

Public function Const

bool

 

HasName

(
    const int32 InIndex
)

Is the given identifier index mapped?

Public function Const

bool

 

HasName

(
    const FName& InName,
    int32* OutIndexPtr
)

Is the given name mapped?

Public function

int32

 

MapName

(
    const FName& InName
)

Map the given name to its identifier index.

Public function

void

 

SetState

(
    const FConcertLocalIdentifierState ...
)

Set the state of this identifier table.

Public function Const

bool

 

UnmapName

(
    const int32 InIndex,
    FName& OutName
)

Unmap the given name from its identifier index (or NAME_None).

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