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

#include <GenericPlatformSymbolication.h>

Public Attributes

uint32 Line
 
uint64 Start
 
uint64 Length
 
int32 PathIdx
 

Friends

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

Detailed Description

File & line info for a debug symbol region

Friends And Related Symbol Documentation

◆ operator<<

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

Serializes a symbol info from or into an archive.

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

Member Data Documentation

◆ Length

uint64 FGenericPlatformSymbolInfo::Length

◆ Line

uint32 FGenericPlatformSymbolInfo::Line

◆ PathIdx

int32 FGenericPlatformSymbolInfo::PathIdx

◆ Start

uint64 FGenericPlatformSymbolInfo::Start

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