Navigation
API > API/Runtime > API/Runtime/XmlParser > API/Runtime/XmlParser/FXmlNode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FXmlNode () |
Default ctor, private for FXmlFile use only | XmlNode.h | |
| No copy ctor allowed | XmlNode.h |
FXmlNode()
Description
Default ctor, private for FXmlFile use only
| Name | FXmlNode |
| Type | function |
| Header File | /Engine/Source/Runtime/XmlParser/Public/XmlNode.h |
| Include Path | #include "XmlNode.h" |
FXmlNode()
FXmlNode(const FXmlNode &)
Description
No copy ctor allowed
| Name | FXmlNode |
| Type | function |
| Header File | /Engine/Source/Runtime/XmlParser/Public/XmlNode.h |
| Include Path | #include "XmlNode.h" |
FXmlNode
(
const FXmlNode & rhs
)