Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FArchive
Description
Called to register a reference to a specific name value, of type TypeObject (UEnum or UStruct normally). Const so it can be called from PostSerialize
Derived Overrides
| Name | MarkSearchableName |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/Archive.h |
| Include Path | #include "Serialization/Archive.h" |
virtual void MarkSearchableName
(
const TObjectPtr < const UObject > & TypeObject,
const FName & ValueName
) const