BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Paths
Gets the extension for this filename.
Target is Blueprint Paths Library
Inputs
Type | Name | Description |
---|---|---|
string | In Path | |
boolean | Include Dot | if true, includes the leading dot in the result |
Outputs
Type | Name | Description |
---|---|---|
string | Return Value | the extension of this filename, or an empty string if the filename doesn't have an extension. |