![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
| ULANGCORE_API CUTF8String uLang::FilePathUtils::AppendSlash | ( | const CUTF8StringView & | Path | ) |
| ULANGCORE_API CUTF8String uLang::FilePathUtils::CombinePaths | ( | const CUTF8StringView & | LhsPath, |
| const CUTF8StringView & | RhsPath | ||
| ) |
| ULANGCORE_API CUTF8String uLang::FilePathUtils::ConvertFullPathToRelative | ( | const CUTF8StringView & | FullPath, |
| const CUTF8StringView & | BasePath | ||
| ) |
| ULANGCORE_API CUTF8String uLang::FilePathUtils::ConvertRelativePathToFull | ( | const CUTF8StringView & | Path, |
| const CUTF8StringView & | BasePath | ||
| ) |
| void uLang::FilePathUtils::ForeachPartOfPath | ( | const CUTF8StringView & | Path, |
| FunctionType && | Lambda | ||
| ) |
| ULANGCORE_API CUTF8String uLang::FilePathUtils::GetDirectory | ( | const CUTF8StringView & | Path, |
| bool | bIncludeDirEndSlash | ||
| ) |
| ULANGCORE_API CUTF8String uLang::FilePathUtils::GetFileName | ( | const CUTF8StringView & | Path | ) |
| ULANGCORE_API CUTF8StringView uLang::FilePathUtils::GetNameFromFileOrDir | ( | const CUTF8StringView & | FilePath | ) |
| ULANGCORE_API bool uLang::FilePathUtils::IsDescendantOfDirectory | ( | const CUTF8StringView & | ParentDirectory, |
| const CUTF8StringView & | PotentialDescendantDirectory | ||
| ) |
| ULANGCORE_API bool uLang::FilePathUtils::IsPathRelative | ( | const CUTF8StringView & | Path | ) |
| ULANGCORE_API CUTF8String uLang::FilePathUtils::NormalizePath | ( | const CUTF8StringView & | Path | ) |
| ULANGCORE_API void uLang::FilePathUtils::SplitFileName | ( | const CUTF8StringView & | FileName, |
| CUTF8StringView & | Stem, | ||
| CUTF8StringView & | Extension | ||
| ) |
| ULANGCORE_API bool uLang::FilePathUtils::SplitPath | ( | const CUTF8StringView & | FilePath, |
| CUTF8StringView & | OutDir, | ||
| CUTF8StringView & | OutFileName, | ||
| bool | bIncludeDirEndSlash | ||
| ) |