#include <HttpPath.h>
◆ FHttpPath() [1/2]
◆ FHttpPath() [2/2]
| FHttpPath::FHttpPath |
( |
FString |
InPath | ) |
|
◆ GetPath()
| const FString & FHttpPath::GetPath |
( |
| ) |
const |
Gets the respective http path as a string
◆ IsRoot()
| bool FHttpPath::IsRoot |
( |
| ) |
const |
Determines if the path is /
◆ IsValidPath()
| bool FHttpPath::IsValidPath |
( |
| ) |
const |
Determines if the path is valid
◆ MakeRelative()
| void FHttpPath::MakeRelative |
( |
const FString & |
OtherPath | ) |
|
Re-path this path sans the path of another MakeRelative(/a/b/c/d, /a/b) => /c/d
- Parameters
-
| OtherPath | The path to make relative against |
◆ operator==()
◆ ParsePathTokens()
| uint32 FHttpPath::ParsePathTokens |
( |
TArray< FString > & |
OutPathTokens | ) |
const |
Parses the respective http path into a caller-supplied array
- Parameters
-
| OutPathTokens | The caller-allocated tokens array |
- Returns
- The number of tokens parsed
◆ SetPath()
| void FHttpPath::SetPath |
( |
FString |
Path | ) |
|
Sets the server-relative http path
- Parameters
-
| Path | the new path to assign |
◆ GetTypeHash
The documentation for this struct was generated from the following files:
- Engine/Source/Runtime/Online/HTTPServer/Public/HttpPath.h
- Engine/Source/Runtime/Online/HTTPServer/Private/HttpPath.cpp