Navigation
API > API/Runtime > API/Runtime/CoreUObject
Disables collecting both offsets and stack traces when collecting serialize callstacks. Typically used when appending data from one stack tracing archive to another.
| Name | FArchiveStackTraceDisabledScope |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Serialization/ArchiveStackTrace.h |
| Include Path | #include "Serialization/ArchiveStackTrace.h" |
Syntax
class FArchiveStackTraceDisabledScope
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArchiveStackTraceDisabledScope() |
Serialization/ArchiveStackTrace.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FArchiveStackTraceDisabledScope() |
Serialization/ArchiveStackTrace.h |