Navigation
API > API/Runtime > API/Runtime/XmlParser > API/Runtime/XmlParser/IFastXmlCallback
References
Module | XmlParser |
Header | /Engine/Source/Runtime/XmlParser/Public/FastXml.h |
Include | #include "FastXml.h" |
bool ProcessXmlDeclaration
&40;
const TCHAR &42; ElementData,
int32 XmlFileLineNumber
&41;
Remarks
Called after the XML's header is parsed. This is usually the first call that you'll get back. You should return true to continue processing the file, or false to stop processing immediately.
Parameters
Name | Description |
---|---|
ElementData | Optional data for this element, nullptr if none |
XmlFileLineNumber | Line number in the XML file we're on |