Navigation
Unreal Engine C++ API Reference > 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 GetBaseFilenameWithPath
&40;
const FStringView & InPath
&41;
Remarks
Returns the portion of the path before the last dot.
Examples: (Using '/' but '' is valid too.) "A/B/C.D" -> "A/B/C" "A/B/C" -> "A/B/C" "A/B/" -> "A/B/" "A" -> "A" The portion of the path before the last dot.