Navigation
API > API/Runtime > API/Runtime/XmlParser > API/Runtime/XmlParser/FXmlFile
Description
Add an attribute to the passed-in array. This makes the assumption that an attribute comes in as one 'token' (i.e. no spaces between tag="value").
| Name | AddAttribute |
| Type | function |
| Header File | /Engine/Source/Runtime/XmlParser/Public/XmlFile.h |
| Include Path | #include "XmlFile.h" |
static void AddAttribute
(
const FString & InToken,
TArray< FXmlAttribute > & OutAttributes
)