![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SmartName.h>
Public Member Functions | |
| GENERATED_USTRUCT_BODY () | |
| FSmartName () | |
| FSmartName (const FName &InDisplayName, SmartName::UID_Type InUID) | |
| bool | operator== (FSmartName const &Other) const |
| bool | operator!= (const FSmartName &Other) const |
| ENGINE_API bool | Serialize (FArchive &Ar) |
| bool | IsValid () const |
Public Attributes | |
| FName | DisplayName |
| SmartName::UID_Type | UID |
Friends | |
| FArchive & | operator<< (FArchive &Ar, FSmartName &P) |
|
inline |
|
inline |
| FSmartName::GENERATED_USTRUCT_BODY | ( | ) |
|
inline |
|
inline |
|
inline |
|
friend |
| FName FSmartName::DisplayName |
| SmartName::UID_Type FSmartName::UID |