Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FFileHelper
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/FileHelper.h |
Include | #include "Misc/FileHelper.h" |
Source | /Engine/Source/Runtime/Core/Private/Misc/FileHelper.cpp |
static void GenerateDateTimeBasedBitmapFilename
&40;
const FString & Pattern,
const FString & Extension,
FString & OutFilename
&41;
Remarks
Generates the next unique bitmap filename with a specified extension
Generates the next unique bitmap filename with a specified extension true if success
Parameters
Name | Description |
---|---|
Pattern | Filename with path, but without extension. |
Extension | File extension to be appended |
OutFilename | Reference to an FString where the newly generated filename will be placed |
Pattern | Filename with path, but without extension. Extension File extension to be appended |
OutFilename | Reference to an FString where the newly generated filename will be placed |