![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Member Functions | |
| FNameSerializedView (const ANSICHAR *InStr, uint32 InLen) | |
| FNameSerializedView (const UTF16CHAR *InStr, uint32 InLen) | |
| FNameSerializedView (const uint8 *InData, uint32 InLen, bool bInUtf16) | |
| uint32 | NumBytes () const |
| FORCEINLINE FNameStringView | CastToNameView () const |
Public Attributes | ||
| union { | ||
| const uint8 * Data | ||
| const ANSICHAR * Ansi | ||
| const UTF16CHAR * Utf16 | ||
| }; | ||
| uint32 | Len | |
| bool | bIsUtf16 | |
FNameStringView sibling with UTF16 Little-Endian wide strings instead of WIDECHAR
View into serialized data instead of how it will be stored in memory once loaded.
|
inline |
|
inline |
|
inline |
| union { ... } FNameSerializedView |
| const ANSICHAR* FNameSerializedView::Ansi |
| bool FNameSerializedView::bIsUtf16 |
| const uint8* FNameSerializedView::Data |
| uint32 FNameSerializedView::Len |
| const UTF16CHAR* FNameSerializedView::Utf16 |