Unreal Engine Blueprint API Reference > Utilities > Paths
Checks if two paths are the same.
Target is Blueprint Paths Library
Inputs
Type | Name | Description |
---|---|---|
string | Path A | First path to check. |
string | Path B | Second path to check. |
Outputs
Type | Name | Description |
---|---|---|
boolean | Return Value | True if both paths are the same. False otherwise. |