Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FGenericPlatformStackWalk::EStackWalkFlags Struct Reference

#include <GenericPlatformStackWalk.h>

Public Types

enum  { AccurateStackWalk = 0 , FastStackWalk = (1 << 0) , FlagsUsedWhenHandlingEnsure = (FastStackWalk) }
 

Detailed Description

Definition at line 109 of file GenericPlatformStackWalk.h.

Member Enumeration Documentation

◆ anonymous enum

Enumerator
AccurateStackWalk 

Default value (empty set of flags).

FastStackWalk 

Used when preferring speed over more information. Platform-specific, may be ignored, or may result in non-symbolicated callstacks or missing some other information.

FlagsUsedWhenHandlingEnsure 

This is a set of flags that will be passed when unwinding the callstack for ensure().

Definition at line 111 of file GenericPlatformStackWalk.h.


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