![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MemoryImage.h>
Public Types | |
| using | ElementType = TCHAR |
Public Member Functions | |
| FMemoryImageString ()=default | |
| FMemoryImageString (FMemoryImageString &&)=default | |
| FMemoryImageString (const FMemoryImageString &)=default | |
| FMemoryImageString & | operator= (FMemoryImageString &&)=default |
| FMemoryImageString & | operator= (const FMemoryImageString &)=default |
| UE_FORCEINLINE_HINT | FMemoryImageString (const FString &Other) |
| template<typename CharType , typename = typename TEnableIf<TIsCharType<CharType>::Value>::Type> | |
| FMemoryImageString (const CharType *Src) | |
| UE_FORCEINLINE_HINT | operator FString () const |
| UE_FORCEINLINE_HINT const TCHAR * | operator* () const |
| UE_FORCEINLINE_HINT bool | IsEmpty () const |
| UE_FORCEINLINE_HINT SIZE_T | GetAllocatedSize () const |
| UE_FORCEINLINE_HINT int32 | Len () const |
| bool | operator== (const FMemoryImageString &Rhs) const |
| bool | operator!= (const FMemoryImageString &Rhs) const |
| bool | operator== (const FString &Rhs) const |
| bool | operator!= (const FString &Rhs) const |
| DataType::ElementAllocatorType & | GetAllocatorInstance () |
Friends | |
| const TCHAR * | GetData (const FMemoryImageString &String) |
| int32 | GetNum (const FMemoryImageString &String) |
| FArchive & | operator<< (FArchive &Ar, FMemoryImageString &Ref) |
| UE_FORCEINLINE_HINT uint32 | GetTypeHash (const FMemoryImageString &S) |
| using FMemoryImageString::ElementType = TCHAR |
|
default |
|
default |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
default |
|
default |
|
inline |
|
inline |
|
friend |
|
friend |
|
friend |
Case insensitive string hash function.
|
friend |