Navigation
API > API/Runtime > API/Runtime/XmlParser > API/Runtime/XmlParser/FXmlFile
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FString > Tokenize
(
const TArray< FString >& Input |
Converts the passed input into a list of tokens for parsing | XmlFile.h | |
void Tokenize
(
FStringView Input, |
Converts the passed input into a list of tokens for parsing | XmlFile.h |
Tokenize(const TArray< FString > &)
Description
Converts the passed input into a list of tokens for parsing
| Name | Tokenize |
| Type | function |
| Header File | /Engine/Source/Runtime/XmlParser/Public/XmlFile.h |
| Include Path | #include "XmlFile.h" |
| Source | /Engine/Source/Runtime/XmlParser/Private/XmlFile.cpp |
TArray< FString > Tokenize
(
const TArray< FString > & Input
)
Tokenize(FStringView, TArray< FString > &)
Description
Converts the passed input into a list of tokens for parsing
| Name | Tokenize |
| Type | function |
| Header File | /Engine/Source/Runtime/XmlParser/Public/XmlFile.h |
| Include Path | #include "XmlFile.h" |
| Source | /Engine/Source/Runtime/XmlParser/Private/XmlFile.cpp |
void Tokenize
(
FStringView Input,
TArray< FString > & Tokens
)