Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FPaths
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/Paths.h |
| Include | #include "Misc/Paths.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/Paths.cpp |
static bool MakePathRelativeTo
&40;
FString & InPath,
const TCHAR &42; InRelativeTo
&41;
Remarks
Assuming both paths (or filenames) are relative to the same base dir, modifies InPath to be relative to InRelativeTo true if InPath was changed to be relative
Parameters
| Name | Description |
|---|---|
| InPath | Path to change to be relative to InRelativeTo |
| InRelativeTo | Path to use as the new relative base |