Navigation
API > API/Runtime > API/Runtime/XmlParser > API/Runtime/XmlParser/FXmlFile > API/Runtime/XmlParser/FXmlFile/__ctor
References
| Module | XmlParser |
| Header | /Engine/Source/Runtime/XmlParser/Public/XmlFile.h |
| Include | #include "XmlFile.h" |
| Source | /Engine/Source/Runtime/XmlParser/Private/XmlFile.cpp |
FXmlFile
&40;
const FString & InFile,
EConstructMethod::Type ConstructMethod
&41;
Remarks
Constructs the file with the passed path. InFile is either treated as a filename to open, or as a text buffer to load.
Parameters
| Name | Description |
|---|---|
| InFile | The path/text to use |
| ConstructMethod | Whether to load a file of use the string as a buffer of xml data |