IStructDeserializerBackend::GetDebugString

Gets a debug string for the reader's current state.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Serialization

Header

/Engine/Source/Runtime/Serialization/Public/IStructDeserializerBackend.h

Include

#include "IStructDeserializerBackend.h"

Syntax

FString GetDebugString() const

Remarks

Gets a debug string for the reader's current state.

The returned string contains debug information that is relevant to the reader's serialization format. For example, it could be a line and column number for text based formats, or a byte offset for binary serialization formats.

Returns

The debug 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