Navigation
API > API/Plugins > API/Plugins/ElectraBase > API/Plugins/ElectraBase/FURL_RFC3986
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetPathComponents
(
TArray< FString >& OutPathComponents |
Returns the path as individual components. Like GetPath() the components will have escape sequences already decoded. | Utilities/URLParser.h | |
static void GetPathComponents
(
TArray< FString >& OutPathComponents, |
Utilities/URLParser.h |
GetPathComponents(TArray< FString > &)
Description
Returns the path as individual components. Like GetPath() the components will have escape sequences already decoded.
| Name | GetPathComponents |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/Utilities/URLParser.h |
| Include Path | #include "Utilities/URLParser.h" |
| Source | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Private/URLParser.cpp |
bool GetPathComponents
(
TArray < FString > & OutPathComponents
) const
GetPathComponents(TArray< FString > &, const FString &)
| Name | GetPathComponents |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/Utilities/URLParser.h |
| Include Path | #include "Utilities/URLParser.h" |
| Source | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Private/URLParser.cpp |
static void GetPathComponents
(
TArray < FString > & OutPathComponents,
const FString & InPath
)