FXmlFile::Save

Write to disk, UTF-16 format only at the moment

Windows
MacOS
Linux

References

Module

XmlParser

Header

/Engine/Source/Runtime/XmlParser/Public/XmlFile.h

Include

#include "XmlFile.h"

Source

/Engine/Source/Runtime/XmlParser/Private/XmlFile.cpp

Syntax

bool Save
(
    const FString & Path
)

Remarks

Write to disk, UTF-16 format only at the moment

Returns

Whether writing the XML to a file succeeded

Parameters

Parameter

Description

Path

File path to save to

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss