Navigation
API > API/Runtime > API/Runtime/XmlParser
| Name | FXmlAttribute |
| Type | class |
| Header File | /Engine/Source/Runtime/XmlParser/Public/XmlNode.h |
| Include Path | #include "XmlNode.h" |
Syntax
class FXmlAttribute
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FXmlAttribute
(
const FString& InTag, |
XmlNode.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Tag | FString | The tag string | XmlNode.h | |
| Value | FString | The value string | XmlNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FString & GetTag() |
Gets the tag of the attribute | XmlNode.h | |
const FString & GetValue() |
Gets the value of the attribute | XmlNode.h |