BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Paths
Assuming both paths (or filenames) are relative to the same base dir, converts InPath to be relative to InRelativeTo
Target is Blueprint Paths Library
Inputs
Type | Name | Description |
---|---|---|
string | In Path | Path to change to be relative to InRelativeTo |
string | In Relative To | Path to use as the new relative base |
Outputs
Type | Name | Description |
---|---|---|
string | Out Path | |
boolean | Return Value | true if OutPath was changed to be relative |