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 |
uint32 ParsePathTokens
&40;
TArray< FString > & OutPathTokens
&41; const
Remarks
Parses the respective http path into a caller-supplied array The number of tokens parsed
Parameters
| Name | Description |
|---|---|
| OutPathTokens | The caller-allocated tokens array |