Navigation
API > API/Runtime > API/Runtime/XmlParser > API/Runtime/XmlParser/FXmlFile
Description
Turns on a specific hack that is only used by the crash report client in order to retain newlines for callstacks. This is important on the server side when we display the callstacks to content creators. Without the content-whitespace, they're bascially illegible. Neither version of the DOM we create is technically true to the XML spec.
| Name | EnableAttemptToPreserveWhitespaceHack |
| Type | function |
| Header File | /Engine/Source/Runtime/XmlParser/Public/XmlFile.h |
| Include Path | #include "XmlFile.h" |
| Source | /Engine/Source/Runtime/XmlParser/Private/XmlFile.cpp |
void EnableAttemptToPreserveWhitespaceHack()