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 ProcessClose
&40;
const TCHAR &42; Element
&41;
Remarks
Called when an element's scope ends in the XML file You should return true to continue processing the file, or false to stop processing immediately.
Parameters
| Name | Description |
|---|---|
| ElementName | Name of the element whose scope closed |