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

#include <GenericPlatformStackWalk.h>

Public Types

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

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().


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