Navigation
API > API/Plugins > API/Plugins/ElectraBase > API/Plugins/ElectraBase/FURL_RFC3986
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns the path. Escape sequences will already be decoded. | Utilities/URLParser.h | ||
| Returns the path (no scheme or host) with or without query and fragment parts. Characters will be escaped if necessary. | Utilities/URLParser.h |
GetPath()
Description
Returns the path. Escape sequences will already be decoded.
| Name | GetPath |
| 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 |
FString GetPath() const
GetPath(bool, bool)
Description
Returns the path (no scheme or host) with or without query and fragment parts. Characters will be escaped if necessary.
| Name | GetPath |
| 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 |
FString GetPath
(
bool bIncludeQuery,
bool bIncludeFragment
)