UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FNameMap Class Reference

#include <MappedName.h>

Public Types

using RangedForConstIteratorType = TArray< FDisplayNameEntryId >::RangedForConstIteratorType
 

Public Member Functions

int32 Num () const
 
CORE_API void Load (FArchive &Ar, FMappedName::EType NameMapType)
 
FName GetName (const FMappedName &MappedName) const
 
bool TryGetName (const FMappedName &MappedName, FName &OutName) const
 
FMinimalName GetMinimalName (const FMappedName &MappedName) const
 
RangedForConstIteratorType begin () const
 
RangedForConstIteratorType end () const
 

Member Typedef Documentation

◆ RangedForConstIteratorType

using FNameMap::RangedForConstIteratorType = TArray<FDisplayNameEntryId>::RangedForConstIteratorType

Member Function Documentation

◆ begin()

RangedForConstIteratorType FNameMap::begin ( ) const
inline

◆ end()

RangedForConstIteratorType FNameMap::end ( ) const
inline

◆ GetMinimalName()

FMinimalName FNameMap::GetMinimalName ( const FMappedName MappedName) const
inline

◆ GetName()

FName FNameMap::GetName ( const FMappedName MappedName) const
inline

◆ Load()

void FNameMap::Load ( FArchive Ar,
FMappedName::EType  NameMapType 
)

◆ Num()

int32 FNameMap::Num ( ) const
inline

◆ TryGetName()

bool FNameMap::TryGetName ( const FMappedName MappedName,
FName OutName 
) const
inline

The documentation for this class was generated from the following files: