UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FRouteQueryResult Struct Reference

#include <HttpRequestHandlerRegistrar.h>

Public Member Functions

 operator bool ()
 

Public Attributes

FHttpRouteHandle RouteHandle = nullptr
 
TMap< FString, FString > PathParams
 

Detailed Description

The result of a Registrar query.

Member Function Documentation

◆ operator bool()

FRouteQueryResult::operator bool ( )
inline

Member Data Documentation

◆ PathParams

TMap<FString, FString> FRouteQueryResult::PathParams

The parsed parameters, if the query was successful.

◆ RouteHandle

FHttpRouteHandle FRouteQueryResult::RouteHandle = nullptr

The query's matching route handle if found, nullptr otherwise.


The documentation for this struct was generated from the following file: