FConcertLocalIdentifierTable::UnmapName

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

Windows
MacOS
Linux

References

Module

ConcertTransport

Header

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

Include

#include "IdentifierTable/ConcertIdentifierTable.h"

Source

/Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Private/IdentifierTable/ConcertIdentifierTable.cpp

Syntax

bool UnmapName
(
    const int32 InIndex,
    FName & OutName
) const

Remarks

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

Returns

true if the name was unmapped, false if the name wasn't mapped (OutName will be set to 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