Unreal Engine Blueprint API Reference > Utilities > Paths
Determines if supplied path uses a restricted/internal subdirectory. Note that slashes are normalized and character case is ignored for the comparison.
Target is Blueprint Paths Library
Inputs
Type | Name | Description |
---|---|---|
string | In Path |
Outputs
Type | Name | Description |
---|---|---|
boolean | Return Value | Determines if supplied path uses a restricted/internal subdirectory. Note that slashes are normalized and character case is ignored for the comparison. |