Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FGenericPlatformSymbolDatabase Struct Reference

#include <GenericPlatformSymbolication.h>

+ Collaboration diagram for FGenericPlatformSymbolDatabase:

Public Attributes

FString Signature
 
FString Name
 
TArray< FGenericPlatformSymbolDataSymbols
 
TArray< FStringStringTable
 

Friends

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

Detailed Description

Container for debug symbols corresponding to a single binary file

Definition at line 66 of file GenericPlatformSymbolication.h.

Friends And Related Symbol Documentation

◆ operator<<

Serializes a symbol container from or into an archive.

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

Definition at line 79 of file GenericPlatformSymbolication.h.

Member Data Documentation

◆ Name

FString FGenericPlatformSymbolDatabase::Name

Definition at line 69 of file GenericPlatformSymbolication.h.

◆ Signature

FString FGenericPlatformSymbolDatabase::Signature

Definition at line 68 of file GenericPlatformSymbolication.h.

◆ StringTable

TArray<FString> FGenericPlatformSymbolDatabase::StringTable

Definition at line 71 of file GenericPlatformSymbolication.h.

◆ Symbols

TArray<FGenericPlatformSymbolData> FGenericPlatformSymbolDatabase::Symbols

Definition at line 70 of file GenericPlatformSymbolication.h.


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