UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
HttpPathUtils Namespace Reference

Functions

FString GetStaticPathSection (const FString &InPath)
 
FString GetDynamicPathSection (const FString &InPath)
 

Function Documentation

◆ GetDynamicPathSection()

FString HttpPathUtils::GetDynamicPathSection ( const FString &  InPath)
Returns
The variable part of the parameterized path, or an empty string if the path is not parameterized.

◆ GetStaticPathSection()

FString HttpPathUtils::GetStaticPathSection ( const FString &  InPath)
Returns
The invariant part of the parameterized path, or an empty string if the path is not parameterized.