Navigation
API > API/Plugins > API/Plugins/ToolsetRegistry
The standard image format that toolsets should return.
| Name | FToolsetImage |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Public/ToolsetRegistry/ToolsetImage.h |
| Include Path | #include "ToolsetRegistry/ToolsetImage.h" |
Syntax
USTRUCT (BlueprintType , MinimalAPI)
struct FToolsetImage
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Data | FString | The image data encoded as a base64 string. | ToolsetRegistry/ToolsetImage.h |
|
| MimeType | FString | The format the image is encoded in. | ToolsetRegistry/ToolsetImage.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SetFromBitmap
(
const TArray< FColor >& Bitmap, |
Populates the ToolsetImage based on a raw color image. | ToolsetRegistry/ToolsetImage.h | |
bool SetFromFile
(
const FString& Path |
Populates the ToolsetImage from a file saved on disk. | ToolsetRegistry/ToolsetImage.h |