Ark Server API (ASA) - Wiki
|
This is the complete list of members for FPathViews, including all inherited members.
Append(TStringBuilderBase< CharType > &Builder, ArgTypes &&... Args) | FPathViews | inlinestatic |
AppendPath(FStringBuilderBase &InOutPath, FStringView AppendPath) | FPathViews | static |
bRemovePath | FPathViews | |
ChangeExtension(const FStringView &InPath, const FStringView &InNewExtension) | FPathViews | static |
CollapseRelativeDirectories(FStringBuilderBase &InOutPath) | FPathViews | static |
Equals(FStringView A, FStringView B) | FPathViews | static |
GetBaseFilename(const FStringView &InPath) | FPathViews | static |
GetBaseFilenameWithPath(const FStringView &InPath) | FPathViews | static |
GetCleanFilename(const FStringView &InPath) | FPathViews | static |
GetExtension(const FStringView &InPath, bool bIncludeDot=false) | FPathViews | static |
GetMountPointNameFromPath(const FStringView InPath, bool *bOutHadClassesPrefix=nullptr, bool bInWithoutSlashes=true) | FPathViews | static |
GetPath(const FStringView &InPath) | FPathViews | static |
GetPathLeaf(const FStringView &InPath) | FPathViews | static |
IsParentPathOf(FStringView Parent, FStringView Child) | FPathViews | static |
IsPathLeaf(FStringView InPath) | FPathViews | static |
IsRelativePath(FStringView InPath) | FPathViews | static |
IsSeparator(TCHAR c) | FPathViews | static |
IterateComponents(FStringView InPath, TFunctionRef< void(FStringView)> ComponentVisitor) | FPathViews | static |
Less(FStringView A, FStringView B) | FPathViews | static |
NormalizeDirectoryName(FStringBuilderBase &InOutPath) | FPathViews | static |
NormalizeFilename(FStringBuilderBase &InOutPath) | FPathViews | static |
RemoveDuplicateSlashes(FStringBuilderBase &InOutPath) | FPathViews | static |
Split(const FStringView &InPath, FStringView &OutPath, FStringView &OutName, FStringView &OutExt) | FPathViews | static |
SplitFirstComponent(FStringView InPath, FStringView &OutFirstComponent, FStringView &OutRemainder) | FPathViews | static |
ToAbsolutePath(FStringView InPath, FStringBuilderBase &OutPath) | FPathViews | static |
ToAbsolutePath(FStringView BasePath, FStringView InPath, FStringBuilderBase &OutPath) | FPathViews | static |
ToAbsolutePathInline(FStringBuilderBase &InOutPath) | FPathViews | static |
ToAbsolutePathInline(FStringView BasePath, FStringBuilderBase &InOutPath) | FPathViews | static |
TryMakeChildPathRelativeTo(FStringView Child, FStringView Parent, FStringView &OutRelPath) | FPathViews | static |
UE_DEPRECATED(4.25, "FPathViews::GetBaseFilename(InPath, bRemovePath) has been superseded by " "FPathViews::GetBaseFilename(InPath) and FPathViews::GetBaseFilenameWithPath(InPath).") static FStringView GetBaseFilename(const FStringView &InPath | FPathViews |