Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UBlueprintPathsLibrary
Description
Returns a string that is safe to use as a filename because all items in GetInvalidFileSystemChars() are removed
Optionally specify the character to replace invalid characters with
| Name | MakeValidFileName |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Kismet/BlueprintPathsLibrary.h |
| Include Path | #include "Kismet/BlueprintPathsLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Kismet/BlueprintPathsLibrary.cpp |
UFUNCTION (BlueprintPure, Category="Utilities|Paths")
static FString MakeValidFileName
(
const FString & InString,
const FString & InReplacementChar
)
Parameters
| Name | Remarks |
|---|---|
| InString | |
| InReplacementChar |