Navigation
API > API/Runtime > API/Runtime/Serialization > API/Runtime/Serialization/IStructDeserializerBackend
Description
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.
Derived Overrides
| Name | GetDebugString |
| Type | function |
| Header File | /Engine/Source/Runtime/Serialization/Public/IStructDeserializerBackend.h |
| Include Path | #include "IStructDeserializerBackend.h" |
FString GetDebugString() const
The debug string.