Navigation
API > API/Runtime > API/Runtime/HttpServer > API/Runtime/HttpServer/FHttpPath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FHttpPath () |
Constructor | HttpPath.h | |
FHttpPath
(
FString InPath |
Constructor | HttpPath.h |
FHttpPath()
Description
Constructor
| Name | FHttpPath |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/HTTPServer/Public/HttpPath.h |
| Include Path | #include "HttpPath.h" |
| Source | /Engine/Source/Runtime/Online/HTTPServer/Private/HttpPath.cpp |
FHttpPath()
FHttpPath(FString)
Description
Constructor
| Name | FHttpPath |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/HTTPServer/Public/HttpPath.h |
| Include Path | #include "HttpPath.h" |
| Source | /Engine/Source/Runtime/Online/HTTPServer/Private/HttpPath.cpp |
FHttpPath
(
FString InPath
)
Parameters
| Name | Remarks |
|---|---|
| Path | The http path |