Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FNameMap Class Reference

#include <MappedName.h>

+ Collaboration diagram for FNameMap:

Public Member Functions

int32 Num () const
 
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
 

Private Attributes

TArray< FDisplayNameEntryIdNameEntries
 
FMappedName::EType NameMapType = FMappedName::EType::Global
 

Detailed Description

Definition at line 116 of file MappedName.h.

Member Function Documentation

◆ GetMinimalName()

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

Definition at line 149 of file MappedName.h.

+ Here is the call graph for this function:

◆ GetName()

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

Definition at line 126 of file MappedName.h.

+ Here is the caller graph for this function:

◆ Load()

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

◆ Num()

int32 FNameMap::Num ( ) const
inline

Definition at line 119 of file MappedName.h.

◆ TryGetName()

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

Definition at line 134 of file MappedName.h.

+ Here is the call graph for this function:

Member Data Documentation

◆ NameEntries

TArray<FDisplayNameEntryId> FNameMap::NameEntries
private

Definition at line 156 of file MappedName.h.

◆ NameMapType

FMappedName::EType FNameMap::NameMapType = FMappedName::EType::Global
private

Definition at line 157 of file MappedName.h.


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