Navigation
API > API/Runtime > API/Runtime/XmlParser > API/Runtime/XmlParser/FXmlFile
References
Module | XmlParser |
Header | /Engine/Source/Runtime/XmlParser/Public/XmlFile.h |
Include | #include "XmlFile.h" |
Source | /Engine/Source/Runtime/XmlParser/Private/XmlFile.cpp |
void EnableAttemptToPreserveWhitespaceHack()
Remarks
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.