Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UBlueprintPathsLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/BlueprintPathsLibrary.h |
| Include | #include "Kismet/BlueprintPathsLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Kismet/BlueprintPathsLibrary.cpp |
UFUNCTION (BlueprintPure, Category="Utilities|Paths")
static FString GetExtension
(
const FString & InPath,
bool bIncludeDot
)
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 |