UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
static XMLPARSER_API bool ParseXmlFile(class IFastXmlCallback *Callback, const TCHAR *XmlFilePath, TCHAR *XmlFileContents, class FFeedbackContext *FeedbackContext, const bool bShowSlowTaskDialog, const bool bShowCancelButton, FText &OutErrorMessage, int32 &OutErrorLineNumber)
Definition FastXml.cpp:630
Definition FeedbackContext.h:30
virtual bool ProcessClose(const TCHAR *Element)=0
virtual bool ProcessComment(const TCHAR *Comment)=0
virtual bool ProcessElement(const TCHAR *ElementName, const TCHAR *ElementData, int32 XmlFileLineNumber)=0
virtual bool ProcessAttribute(const TCHAR *AttributeName, const TCHAR *AttributeValue)=0
virtual bool ProcessXmlDeclaration(const TCHAR *ElementData, int32 XmlFileLineNumber)=0