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

#include <GenericPlatformSymbolication.h>

Public Attributes

uint64 Start
 
uint64 Length
 
int32 NameIdx
 
TArray< FGenericPlatformSymbolInfoSymbolInfo
 

Friends

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

Detailed Description

Debug symbol information

Friends And Related Symbol Documentation

◆ operator<<

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

Serializes a symbol from or into an archive.

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

Member Data Documentation

◆ Length

uint64 FGenericPlatformSymbolData::Length

◆ NameIdx

int32 FGenericPlatformSymbolData::NameIdx

◆ Start

uint64 FGenericPlatformSymbolData::Start

◆ SymbolInfo

TArray<FGenericPlatformSymbolInfo> FGenericPlatformSymbolData::SymbolInfo

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