Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Serialization > API/Runtime/CoreUObject/Serialization/FArchiveCallstacks
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Serialization/ArchiveStackTrace.h |
| Include | #include "Serialization/ArchiveStackTrace.h" |
Syntax
struct FCallstackData
Remarks
Struct to hold the actual Serialize call callstack and any associated data
Variables
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< ANSICHAR[]> | Callstack | Full callstack | |
| FString | SerializedObjectName | Full name of the currently serialized object | |
| FProperty * | SerializedProp | The currently serialized property | |
| FString | SerializedPropertyName | Name of the currently serialized property |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCallstackData
(
FCallstackData&& |
|||
FCallstackData
(
const FCallstackData& |
|||
FCallstackData
(
TUniquePtr< ANSICHAR[]>&& InCallstack, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FCallstackData | Clone () |
Clone the callstack data | |
| FString | ToString
(
const TCHAR* CallstackCutoffText |
Converts the callstack and associated data to human readable string |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FCallstackData & | operator=
(
FCallstackData&& |
||
| FCallstackData & | operator=
(
const FCallstackData& |