Navigation
API > API/Runtime > API/Runtime/XmlParser > API/Runtime/XmlParser/FXmlNode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FXmlNode * FindChildNode
(
const FString& InTag |
Finds the first child node that contains the specified tag | XmlNode.h | |
FXmlNode * FindChildNode
(
const FString& InTag |
Finds the first child node that contains the specified tag | XmlNode.h |
FindChildNode(const FString &)
Description
Finds the first child node that contains the specified tag
| Name | FindChildNode |
| Type | function |
| Header File | /Engine/Source/Runtime/XmlParser/Public/XmlNode.h |
| Include Path | #include "XmlNode.h" |
| Source | /Engine/Source/Runtime/XmlParser/Private/XmlNode.cpp |
const FXmlNode * FindChildNode
(
const FString & InTag
) const
FindChildNode(const FString &)
Description
Finds the first child node that contains the specified tag
| Name | FindChildNode |
| Type | function |
| Header File | /Engine/Source/Runtime/XmlParser/Public/XmlNode.h |
| Include Path | #include "XmlNode.h" |
| Source | /Engine/Source/Runtime/XmlParser/Private/XmlNode.cpp |
FXmlNode * FindChildNode
(
const FString & InTag
)