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 bool IsFilenameValidForSaving
&40;
const FString & Filename,
FText & OutError
&41;
Remarks
Checks to see if a filename is valid for saving. A filename must be under FPlatformMisc::GetMaxPathLength() to be saved
Parameters
Name | Description |
---|---|
Filename | Filename, with or without path information, to check. |
OutError | If an error occurs, this is the reason why |