Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FFileHelper > API/Runtime/Core/Misc/FFileHelper/CreateBitmap
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/FileHelper.h |
| Include | #include "Misc/FileHelper.h" |
static PRAGMA_DISABLE_DEPRECATION_WARNINGS bool CreateBitmap
(
const TCHAR * Pattern,
int32 DataWidth,
int32 DataHeight,
const struct FColor * Data,
FIntRect * SubRectangle,
IFileManager * FileManager,
FString * OutFilename,
bool bInWriteAlpha,
EChannelMask ChannelMask
)