![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <HttpRequestHandlerRegistrar.h>
Public Member Functions | |
| operator bool () | |
Public Attributes | |
| FHttpRouteHandle | RouteHandle = nullptr |
| TMap< FString, FString > | PathParams |
The result of a Registrar query.
|
inline |
| TMap<FString, FString> FRouteQueryResult::PathParams |
The parsed parameters, if the query was successful.
| FHttpRouteHandle FRouteQueryResult::RouteHandle = nullptr |
The query's matching route handle if found, nullptr otherwise.