Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FNameFuncs_FMemoryImageName
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void SerializePerPlatformMap
(
FArchive& Ar, |
UObject/PerPlatformProperties.h | ||
static void SerializePerPlatformMap
(
FArchive& UnderlyingArchive, |
UObject/PerPlatformProperties.h |
SerializePerPlatformMap(FArchive &, TMemoryImageMap< FMemoryImageName, ValueType > &)
| Name | SerializePerPlatformMap |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/PerPlatformProperties.h |
| Include Path | #include "UObject/PerPlatformProperties.h" |
template<typename ValueType>
static void SerializePerPlatformMap
(
FArchive & Ar,
TMemoryImageMap< FMemoryImageName , ValueType > & Map
)
SerializePerPlatformMap(FArchive &, FStructuredArchive::FRecord &, TMemoryImageMap< FMemoryImageName, ValueType > &)
| Name | SerializePerPlatformMap |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/PerPlatformProperties.h |
| Include Path | #include "UObject/PerPlatformProperties.h" |
template<typename ValueType>
static void SerializePerPlatformMap
(
FArchive & UnderlyingArchive,
FStructuredArchive::FRecord & Record,
TMemoryImageMap< FMemoryImageName , ValueType > & Map
)