Navigation
API > API/Runtime > API/Runtime/Core
| Name | FMemoryImageString |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/MemoryImage.h |
| Include Path | #include "Serialization/MemoryImage.h" |
Syntax
class FMemoryImageString
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMemoryImageString
(
const CharType* Src |
Serialization/MemoryImage.h | ||
FMemoryImageString
(
const FString& Other |
Serialization/MemoryImage.h | ||
FMemoryImageString
(
const FMemoryImageString& |
Serialization/MemoryImage.h | ||
| Serialization/MemoryImage.h | |||
| Serialization/MemoryImage.h |
Structs
| Name | Remarks |
|---|---|
| InternalLinkType |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DataType | TMemoryImageArray< TCHAR > | Array holding the character data | Serialization/MemoryImage.h |
| DerivedType | FMemoryImageString | Serialization/MemoryImage.h | |
| ElementType | TCHAR | Serialization/MemoryImage.h | |
| InternalBaseType | typename TGetBaseTypeHelper< FMemoryImageString >::Type | Serialization/MemoryImage.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| CounterBase | int | Serialization/MemoryImage.h | |
| InterfaceType | ETypeLayoutInterface::Type | Serialization/MemoryImage.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DataTypeData | Serialization/MemoryImage.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SIZE_T GetAllocatedSize() |
Serialization/MemoryImage.h | ||
DataType::ElementAllocatorType & GetAllocatorInstance() |
Serialization/MemoryImage.h | ||
const FTypeLayoutDesc & GetTypeLayout() |
Serialization/MemoryImage.h | ||
bool IsEmpty() |
Serialization/MemoryImage.h | ||
int32 Len() |
Serialization/MemoryImage.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void InternalDestroy
(
void* Object, |
Serialization/MemoryImage.h | ||
static void InternalInitializeBases
(
FTypeLayoutDesc& TypeDesc |
Serialization/MemoryImage.h | ||
static FTypeLayoutDesc & StaticGetTypeLayout() |
Serialization/MemoryImage.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator FString() |
Serialization/MemoryImage.h | ||
bool operator!=
(
const FString& Rhs |
Serialization/MemoryImage.h | ||
bool operator!=
(
const FMemoryImageString& Rhs |
Serialization/MemoryImage.h | ||
const TCHAR * operator*() |
Serialization/MemoryImage.h | ||
FMemoryImageString & operator=
(
const FMemoryImageString& |
Serialization/MemoryImage.h | ||
| Serialization/MemoryImage.h | |||
bool operator==
(
const FString& Rhs |
Serialization/MemoryImage.h | ||
bool operator==
(
const FMemoryImageString& Rhs |
Serialization/MemoryImage.h |