Navigation
API > API/Runtime > API/Runtime/XmlParser
References
| Module | XmlParser |
| Header | /Engine/Source/Runtime/XmlParser/Public/XmlFile.h |
| Include | #include "XmlFile.h" |
Syntax
class FXmlFile
Remarks
Class representing an XML file
Constructors
| Type | Name | Description | |
|---|---|---|---|
FXmlFile () |
Constructs the file without a path | ||
FXmlFile
(
const FString& InFile, |
Constructs the file with the passed path. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FXmlFile () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Clear () |
Clears the file of all internals. | |
| FString | GetLastError () |
Gets the last error message from the class | |
| const FXmlNode * | GetRootNode () |
Returns the root node of the loaded file. | |
| FXmlNode * | GetRootNode () |
Returns the root node of the loaded file. | |
| bool | IsValid () |
Checks to see if a file is loaded | |
| bool | LoadFile
(
const FString& Path, |
Loads the file with the passed path. | |
| bool | Write to disk, UTF-16 format only at the moment |