UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IFastXmlCallback Member List

This is the complete list of members for IFastXmlCallback, including all inherited members.

ProcessAttribute(const TCHAR *AttributeName, const TCHAR *AttributeValue)=0IFastXmlCallbackpure virtual
ProcessClose(const TCHAR *Element)=0IFastXmlCallbackpure virtual
ProcessComment(const TCHAR *Comment)=0IFastXmlCallbackpure virtual
ProcessElement(const TCHAR *ElementName, const TCHAR *ElementData, int32 XmlFileLineNumber)=0IFastXmlCallbackpure virtual
ProcessXmlDeclaration(const TCHAR *ElementData, int32 XmlFileLineNumber)=0IFastXmlCallbackpure virtual