Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FPaths
Description
Determines if supplied path uses a restricted/internal subdirectory. Note that slashes are normalized and character case is ignored for the comparison.
| Name | IsRestrictedPath |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Paths.h |
| Include Path | #include "Misc/Paths.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/Paths.cpp |
static bool IsRestrictedPath
(
const FString & InPath
)