FHttpPath::ParsePathTokens

Parses the respective http path into a caller-supplied array

Windows
MacOS
Linux

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

Syntax

uint32 ParsePathTokens
(
    TArray< FString > & OutPathTokens
) const

Remarks

Parses the respective http path into a caller-supplied array

Returns

The number of tokens parsed

Parameters

Parameter

Description

OutPathTokens

The caller-allocated tokens array

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss