IFastXmlCallback::ProcessXmlDeclaration

Called after the XML's header is parsed. This is usually the first call that you'll get back.

Windows
MacOS
Linux

References

Module

XmlParser

Header

/Engine/Source/Runtime/XmlParser/Public/FastXml.h

Include

#include "FastXml.h"

Syntax

bool ProcessXmlDeclaration
(
    const TCHAR * ElementData,
    int32 XmlFileLineNumber
)

Remarks

Called after the XML's header is parsed. This is usually the first call that you'll get back.

Returns

You should return true to continue processing the file, or false to stop processing immediately.

Parameters

Parameter

Description

ElementData

Optional data for this element, nullptr if none

XmlFileLineNumber

Line number in the XML file we're on

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss