FArchiveStackTrace::PushDebugDataString

Debug stack storage if you want to add data to the archive for usage further down the serialization stack this should be used in conjunction with the FScopeAddDebugData struct

Windows
MacOS
Linux

Override Hierarchy

FArchive::PushDebugDataString()

FArchiveStackTrace::PushDebugDataString()

References

Module

CoreUObject

Header

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

Include

#include "Serialization/ArchiveStackTrace.h"

Syntax

virtual void PushDebugDataString
(
    const FName & DebugData
)

Remarks

Debug stack storage if you want to add data to the archive for usage further down the serialization stack this should be used in conjunction with the FScopeAddDebugData struct

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