UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FHttpRequestHandlerIterator::FHttpPathIterator Struct Referencefinal

#include <HttpRequestHandlerIterator.h>

Public Member Functions

 FHttpPathIterator (const FHttpPath &HttpPath)
 
const FString & Next ()
 
FORCEINLINE bool HasNext () const
 

Public Attributes

TArray< FString > ParsedTokens
 

Detailed Description

Utility (internal) to iterate FHttpPaths in-place

Constructor & Destructor Documentation

◆ FHttpPathIterator()

FHttpRequestHandlerIterator::FHttpPathIterator::FHttpPathIterator ( const FHttpPath HttpPath)

Constructor

Parameters
HttpPathThe iterator starting path

Member Function Documentation

◆ HasNext()

bool FHttpRequestHandlerIterator::FHttpPathIterator::HasNext ( ) const

Determines whether there is a Next() path to get

Returns
true if there is a next path, false otherwise

◆ Next()

const FString & FHttpRequestHandlerIterator::FHttpPathIterator::Next ( )

Gets the next route

Returns
The base path of the current path

Member Data Documentation

◆ ParsedTokens

TArray<FString> FHttpRequestHandlerIterator::FHttpPathIterator::ParsedTokens

Holds the tokens that were removed from the end of the path.


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