Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FPaths
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/Paths.h |
Include | #include "Misc/Paths.h" |
Source | /Engine/Source/Runtime/Core/Private/Misc/Paths.cpp |
static FString GetExtension
&40;
const FString & InPath,
bool bIncludeDot
&41;
Remarks
Gets the extension for this filename. the extension of this filename, or an empty string if the filename doesn't have an extension.
Parameters
Name | Description |
---|---|
bIncludeDot | if true, includes the leading dot in the result |