Lost Ark SDK  1.148.153.0
SDK::FName Struct Reference

#include <LA_Basic.hpp>

Collaboration diagram for SDK::FName:

Public Member Functions

 FName ()
 
 FName (int32_t i)
 
 FName (const char *nameToFind)
 
std::string GetName () const
 
bool operator== (const FName &other) const
 

Static Public Member Functions

static TArray< FNameEntry * > & GetGlobalNames ()
 

Public Attributes

int32_t Index
 
int32_t Number
 

Static Public Attributes

static TArray< FNameEntry * > * GNames
 

Constructor & Destructor Documentation

◆ FName() [1/3]

SDK::FName::FName ( )
inline

◆ FName() [2/3]

SDK::FName::FName ( int32_t  i)
inline

◆ FName() [3/3]

SDK::FName::FName ( const char *  nameToFind)
inline
Here is the call graph for this function:

Member Function Documentation

◆ GetGlobalNames()

static TArray<FNameEntry*>& SDK::FName::GetGlobalNames ( )
inlinestatic
Here is the caller graph for this function:

◆ GetName()

std::string SDK::FName::GetName ( ) const
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator==()

bool SDK::FName::operator== ( const FName other) const
inline

Member Data Documentation

◆ GNames

TArray<FNameEntry*>* SDK::FName::GNames
static

◆ Index

int32_t SDK::FName::Index

◆ Number

int32_t SDK::FName::Number

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