Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FPathViews
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/PathViews.h |
Include | #include "Misc/PathViews.h" |
Source | /Engine/Source/Runtime/Core/Private/Misc/PathViews.cpp |
static FStringView GetBaseFilename
&40;
const FStringView & InPath
&41;
Remarks
Returns the portion of the path after the last separator and before the last dot.
Examples: (Using '/' but '' is valid too.) "A/B/C.D" -> "C" "A/B/C" -> "C" "A/B/" -> "" "A" -> "A" The portion of the path after the last separator and before the last dot.