Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FPaths
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString GetCleanFilename
(
const FString& InPath |
Returns the filename (with extension), minus any path information. | Misc/Paths.h | |
static FString GetCleanFilename
(
FString&& InPath |
Returns the filename (with extension), minus any path information. | Misc/Paths.h |
GetCleanFilename(const FString &)
Description
Returns the filename (with extension), minus any path information.
| Name | GetCleanFilename |
| 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 FString GetCleanFilename
(
const FString & InPath
)
GetCleanFilename(FString &&)
Description
Returns the filename (with extension), minus any path information.
| Name | GetCleanFilename |
| 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 FString GetCleanFilename
(
FString && InPath
)