IFastXmlCallback::ProcessClose

Called when an element's scope ends in the XML file

Windows
MacOS
Linux

References

Module

XmlParser

Header

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

Include

#include "FastXml.h"

Syntax

bool ProcessClose
(
    const TCHAR * Element
)

Remarks

Called when an element's scope ends in the XML file

Returns

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

Parameters

Parameter

Description

ElementName

Name of the element whose scope closed

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