FHttpPath::MakeRelative

Re-path this path sans the path of another MakeRelative(/a/b/c/d, /a/b) => /c/d

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

void MakeRelative
(
    const FString & OtherPath
)

Remarks

Re-path this path sans the path of another MakeRelative(/a/b/c/d, /a/b) => /c/d

Parameters

Parameter

Description

OtherPath

The path to make relative against

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