Navigation
API > API/Runtime > API/Runtime/HttpServer > API/Runtime/HttpServer/FHttpPath
References
| Module | HttpServer |
| Header | /Engine/Source/Runtime/Online/HTTPServer/Public/HttpPath.h |
| Include | #include "HttpPath.h" |
| Source | /Engine/Source/Runtime/Online/HTTPServer/Private/HttpPath.cpp |
void MakeRelative
(
const FString & OtherPath
)
Remarks
Re-path this path sans the path of another MakeRelative(/a/b/c/d, /a/b) => /c/d
Parameters
| Name | Description |
|---|---|
| OtherPath | The path to make relative against |