Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FPaths
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns the path in front of the filename. | Misc/Paths.h | ||
| Returns the path in front of the filename. | Misc/Paths.h |
GetPath(const FString &)
Description
Returns the path in front of the filename.
| Name | GetPath |
| 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 GetPath
(
const FString & InPath
)
GetPath(FString &&)
Description
Returns the path in front of the filename.
| Name | GetPath |
| 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 GetPath
(
FString && InPath
)