FCallstactAtOffset

Offset and callstack pair

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Serialization/ArchiveStackTrace.h

Include

#include "Serialization/ArchiveStackTrace.h"

Syntax

struct FCallstactAtOffset

Remarks

Offset and callstack pair

Variables

Name Description

Public variable

uint32: 1

 

bIgnore

Collected inside of skip scope

Public variable

uint32

 

Callstack

Callstack CRC for the Serialize call

Public variable

int64

 

Offset

Offset of a Serialize call

Constructors

Name Description

Public function

FCallstactAtOffset()

Public function

FCallstactAtOffset

(
    int64 InOffset,
    uint32 InCallstack,
    bool bInIgnore
)

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