Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
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

Definition at line 20 of file GenericPlatformSymbolication.h.

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.

Definition at line 33 of file GenericPlatformSymbolication.h.

Member Data Documentation

◆ Length

uint64 FGenericPlatformSymbolInfo::Length

Definition at line 24 of file GenericPlatformSymbolication.h.

◆ Line

uint32 FGenericPlatformSymbolInfo::Line

Definition at line 22 of file GenericPlatformSymbolication.h.

◆ PathIdx

int32 FGenericPlatformSymbolInfo::PathIdx

Definition at line 25 of file GenericPlatformSymbolication.h.

◆ Start

uint64 FGenericPlatformSymbolInfo::Start

Definition at line 23 of file GenericPlatformSymbolication.h.


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