FCallstackData

Struct to hold the actual Serialize call callstack and any associated data

Windows
MacOS
Linux

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

Name Description

Public variable

ANSICHAR *

 

Callstack

Full callstack

Public variable

FString

 

SerializedObjectName

Full name of the currently serialized object

Public variable

FProperty *

 

SerializedProp

The currently serialized property

Public variable

FString

 

SerializedPropertyName

Name of the currently serialized property

Constructors

Name Description

Public function

FCallstackData()

Public function

FCallstackData

(
    ANSICHAR* InCallstack,
    UObject* InSerializedObject,
    FProperty* InSerializedPropert...
)

Functions

Name Description

Public function Const

FString

 

ToString

(
    const TCHAR* CallstackCutoffTe...
)

Converts the callstack and associated data to human readable string

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