FXmlFile::GetRootNode

Returns the root node of the loaded file.

Windows
MacOS
Linux

References

Module

XmlParser

Header

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

Include

#include "XmlFile.h"

Source

/Engine/Source/Runtime/XmlParser/Private/XmlFile.cpp

Syntax

FXmlNode * GetRootNode()

Remarks

Returns the root node of the loaded file. nullptr if no file loaded. It is assumed that there will always be one and only one root node.

Returns

Pointer to root node

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