![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <HttpRequestHandlerIterator.h>
Public Member Functions | |
| FHttpPathIterator (const FHttpPath &HttpPath) | |
| const FString & | Next () |
| FORCEINLINE bool | HasNext () const |
Public Attributes | |
| TArray< FString > | ParsedTokens |
Utility (internal) to iterate FHttpPaths in-place
| FHttpRequestHandlerIterator::FHttpPathIterator::FHttpPathIterator | ( | const FHttpPath & | HttpPath | ) |
Constructor
| HttpPath | The iterator starting path |
| bool FHttpRequestHandlerIterator::FHttpPathIterator::HasNext | ( | ) | const |
Determines whether there is a Next() path to get
| const FString & FHttpRequestHandlerIterator::FHttpPathIterator::Next | ( | ) |
Gets the next route
| TArray<FString> FHttpRequestHandlerIterator::FHttpPathIterator::ParsedTokens |
Holds the tokens that were removed from the end of the path.