Navigation
API > API/Plugins > API/Plugins/ConcertTransport > API/Plugins/ConcertTransport/FConcertLocalIdentifierTable
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool HasName
(
const int32 InIndex |
Is the given identifier index mapped? | IdentifierTable/ConcertIdentifierTable.h | |
| Is the given name mapped? | IdentifierTable/ConcertIdentifierTable.h |
HasName(const int32)
Description
Is the given identifier index mapped?
| Name | HasName |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/IdentifierTable/ConcertIdentifierTable.h |
| Include Path | #include "IdentifierTable/ConcertIdentifierTable.h" |
| Source | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Private/IdentifierTable/ConcertIdentifierTable.cpp |
bool HasName
(
const int32 InIndex
) const
HasName(const FName &, int32 *)
Description
Is the given name mapped?
| Name | HasName |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/IdentifierTable/ConcertIdentifierTable.h |
| Include Path | #include "IdentifierTable/ConcertIdentifierTable.h" |
| Source | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Private/IdentifierTable/ConcertIdentifierTable.cpp |
bool HasName
(
const FName & InName,
int32 * OutIndexPtr
) const