IFastXmlCallback::ProcessComment

Called when a comment is encountered. This can happen pretty much anywhere in the file.

Windows
MacOS
Linux

References

Module

XmlParser

Header

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

Include

#include "FastXml.h"

Syntax

bool ProcessComment
(
    const TCHAR * Comment
)

Remarks

Called when a comment is encountered. This can happen pretty much anywhere in the file.

Parameters

Parameter

Description

Comment

The comment text

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