Navigation
API > API/Runtime > API/Runtime/XmlParser > API/Runtime/XmlParser/FXmlFile
References
Module | XmlParser |
Header | /Engine/Source/Runtime/XmlParser/Public/XmlFile.h |
Include | #include "XmlFile.h" |
Source | /Engine/Source/Runtime/XmlParser/Private/XmlFile.cpp |
bool Save
(
const FString & Path
)
Remarks
Write to disk, UTF-16 format only at the moment Whether writing the XML to a file succeeded
Parameters
Name | Description |
---|---|
Path | File path to save to |