Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > FLinkerTables
Syntax
TMap< FPackageIndex, TArray< FName > > SearchableNamesMap
Remarks
List of Searchable Names, by object containing them. Not in MultiMap to allow sorting, and sizes are usually small enough where TArray makes sense