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 ProcessAttribute
&40;
const TCHAR &42; AttributeName,
const TCHAR &42; AttributeValue
&41;
Remarks
Called when an XML attribute is encountered for the current scope's element. You should return true to continue processing the file, or false to stop processing immediately.
Parameters
| Name | Description |
|---|---|
| AttributeName | The name of the attribute |
| AttributeValue | The value of the attribute |