Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FPaths
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString GetBaseFilename
(
const FString& InPath, |
Returns the same thing as GetCleanFilename, but without the extension. | Misc/Paths.h | |
static FString GetBaseFilename
(
FString&& InPath, |
Returns the same thing as GetCleanFilename, but without the extension. | Misc/Paths.h |
GetBaseFilename(const FString &, bool)
Description
Returns the same thing as GetCleanFilename, but without the extension.
| Name | GetBaseFilename |
| 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 GetBaseFilename
(
const FString & InPath,
bool bRemovePath
)
GetBaseFilename(FString &&, bool)
Description
Returns the same thing as GetCleanFilename, but without the extension.
| Name | GetBaseFilename |
| 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 GetBaseFilename
(
FString && InPath,
bool bRemovePath
)