Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FArchiveProxy
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
Virtual Inheritance
- FArchive::MarkSearchableName → FArchiveProxy::MarkSearchableName
| Name | MarkSearchableName |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/ArchiveProxy.h |
| Include Path | #include "Serialization/ArchiveProxy.h" |
virtual void MarkSearchableName
(
const TObjectPtr < const UObject > & TypeObject,
const FName & ValueName
) const