Navigation
API > API/Runtime > API/Runtime/XmlParser
| Name | EConstructMethod::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/XmlParser/Public/XmlFile.h |
| Include Path | #include "XmlFile.h" |
Syntax
namespace EConstructMethod
{
enum Type
{
ConstructFromFile,
ConstructFromBuffer,
}
}
Values
| Name | Remarks |
|---|---|
| ConstructFromFile | |
| ConstructFromBuffer |