Navigation
API > API/Runtime > API/Runtime/XmlParser > API/Runtime/XmlParser/FXmlFile
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FXmlNode * GetRootNode () |
Returns the root node of the loaded file. | XmlFile.h | |
FXmlNode * GetRootNode () |
Returns the root node of the loaded file. | XmlFile.h |
GetRootNode()
Description
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.
| Name | GetRootNode |
| Type | function |
| Header File | /Engine/Source/Runtime/XmlParser/Public/XmlFile.h |
| Include Path | #include "XmlFile.h" |
| Source | /Engine/Source/Runtime/XmlParser/Private/XmlFile.cpp |
const FXmlNode * GetRootNode() const
Pointer to root node
GetRootNode()
Description
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.
| Name | GetRootNode |
| Type | function |
| Header File | /Engine/Source/Runtime/XmlParser/Public/XmlFile.h |
| Include Path | #include "XmlFile.h" |
| Source | /Engine/Source/Runtime/XmlParser/Private/XmlFile.cpp |
FXmlNode * GetRootNode()
Pointer to root node