FCrashStackFrame

Portable stack frame

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformCrashContext.h

Include

#include "GenericPlatform/GenericPlatformCrashContext.h"

Syntax

struct FCrashStackFrame

Remarks

Portable stack frame

Variables

Name Description

Public variable

uint64

 

BaseAddress

Public variable

FString

 

ModuleName

Public variable

uint64

 

Offset

Constructors

Name Description

Public function

FCrashStackFrame

(
    FString ModuleNameIn,
    uint64 BaseAddressIn,
    uint64 OffsetIn
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss