Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Serialization/MemoryImage.h |
| Include | #include "Serialization/MemoryImage.h" |
Syntax
class FMemoryImageString
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMemoryImageString
(
const FMemoryImageString& |
|||
FMemoryImageString
(
const FString& Other |
|||
FMemoryImageString
(
const CharType* Src |
Functions
| Type | Name | Description | |
|---|---|---|---|
| SIZE_T | |||
| DataType::ElementAllocatorType & | |||
| const FTypeLayoutDesc & | |||
| bool | IsEmpty () |
||
| int32 | Len () |
||
| FTypeLayoutDesc & |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FMemoryImageString& Rhs |
||
| bool | operator!=
(
const FString& Rhs |
||
| const TCHAR * | operator* () |
||
| FMemoryImageString & | operator=
(
FMemoryImageString&& |
||
| FMemoryImageString & | operator=
(
const FMemoryImageString& |
||
| bool | operator==
(
const FMemoryImageString& Rhs |
||
| bool | operator==
(
const FString& Rhs |
Classes
| Type | Name | Description | |
|---|---|---|---|
| InternalLinkType |
Typedefs
| Name | Description |
|---|---|
| DataType | Array holding the character data |
| DerivedType | |
| ElementType | |
| InternalBaseType |
Constants
| Name | Description |
|---|---|
| CounterBase | |
| InterfaceType |