UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FGenericPlatformSymbolDatabase Struct Reference

#include <GenericPlatformSymbolication.h>

Public Attributes

FString Signature
 
FString Name
 
TArray< FGenericPlatformSymbolDataSymbols
 
TArray< FString > StringTable
 

Friends

FArchiveoperator<< (FArchive &Ar, FGenericPlatformSymbolDatabase &Info)
 

Detailed Description

Container for debug symbols corresponding to a single binary file

Friends And Related Symbol Documentation

◆ operator<<

FArchive & operator<< ( FArchive Ar,
FGenericPlatformSymbolDatabase Info 
)
friend

Serializes a symbol container from or into an archive.

Parameters
ArThe archive to serialize from or into.
InfoThe info to serialize.

Member Data Documentation

◆ Name

FString FGenericPlatformSymbolDatabase::Name

◆ Signature

FString FGenericPlatformSymbolDatabase::Signature

◆ StringTable

TArray<FString> FGenericPlatformSymbolDatabase::StringTable

◆ Symbols

TArray<FGenericPlatformSymbolData> FGenericPlatformSymbolDatabase::Symbols

The documentation for this struct was generated from the following file: