Navigation
API > API/Plugins > API/Plugins/ConcertTransport
Cache of identifiers (currently names) that have been serialized locally and should be sent along with the serialized data
| Name | FConcertLocalIdentifierTable |
| Type | class |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/IdentifierTable/ConcertIdentifierTable.h |
| Include Path | #include "IdentifierTable/ConcertIdentifierTable.h" |
Syntax
class FConcertLocalIdentifierTable
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| IdentifierTable/ConcertIdentifierTable.h | |||
FConcertLocalIdentifierTable
(
const FConcertLocalIdentifierState& InState |
IdentifierTable/ConcertIdentifierTable.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ForceFNameTableIndex | FConcertLocalIdentifierTable * | Constant used to force names to serialize as their FName table index value (non-portable!) | IdentifierTable/ConcertIdentifierTable.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MappedNames | TArray< FName > | Array of locally mapped names | IdentifierTable/ConcertIdentifierTable.h | |
| NameToMappedIndex | TMap< FName, int32, FDefaultSetAllocator, TConcertIdentifierTable_CaseSensitivePlainNameKeyFuncs< int32 > > | Map of known names to their index in MappedNames (name -> index) | IdentifierTable/ConcertIdentifierTable.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetState
(
FConcertLocalIdentifierState& OutState |
Get the state of this identifier table. | IdentifierTable/ConcertIdentifierTable.h | |
bool HasMappings() |
Does this table have any mappings in it? | IdentifierTable/ConcertIdentifierTable.h | |
bool HasName
(
const int32 InIndex |
Is the given identifier index mapped? | IdentifierTable/ConcertIdentifierTable.h | |
| Is the given name mapped? | IdentifierTable/ConcertIdentifierTable.h | ||
int32 MapName
(
const FName& InName |
Map the given name to its identifier index. | IdentifierTable/ConcertIdentifierTable.h | |
void SetState
(
const FConcertLocalIdentifierState& InState |
Set the state of this identifier table. | IdentifierTable/ConcertIdentifierTable.h | |
bool UnmapName
(
const int32 InIndex, |
Unmap the given name from its identifier index (or NAME_None). | IdentifierTable/ConcertIdentifierTable.h |