Navigation
API > API/Plugins > API/Plugins/ToolsetRegistry > API/Plugins/ToolsetRegistry/FToolsetImage
Description
Populates the ToolsetImage based on a raw color image. Format controls the channel layout of Bitmap in memory (default BGRA matches FColor on LE).
| Name | SetFromBitmap |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Public/ToolsetRegistry/ToolsetImage.h |
| Include Path | #include "ToolsetRegistry/ToolsetImage.h" |
| Source | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Private/ToolsetRegistry/ToolsetImage.cpp |
bool SetFromBitmap
(
const TArray < FColor > & Bitmap,
FIntPoint Dimensions,
ERGBFormat Format
)