Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Serialization/MappedName.h |
| Include | #include "Serialization/MappedName.h" |
Syntax
class FNameMap
Remarks
Maps serialized name entries to names.
Functions
| Type | Name | Description | |
|---|---|---|---|
| RangedForConstIteratorType | begin () |
||
| RangedForConstIteratorType | end () |
||
| FMinimalName | GetMinimalName
(
const FMappedName& MappedName |
||
| FName | GetName
(
const FMappedName& MappedName |
||
| void | Load
(
FArchive& Ar, |
||
| int32 | Num () |
||
| bool | TryGetName
(
const FMappedName& MappedName, |
Typedefs
| Name | Description |
|---|---|
| RangedForConstIteratorType |