Navigation
API > API/Plugins > API/Plugins/Paper2D > API/Plugins/Paper2D/FAlphaBitmap
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAlphaBitmap
(
UTexture* SourceTexture, |
AlphaBitmap.h | ||
FAlphaBitmap
(
int InWidth, |
Create an empty bitmap. | AlphaBitmap.h |
FAlphaBitmap(UTexture *, uint8)
| Name | FAlphaBitmap |
| Type | function |
| Header File | /Engine/Plugins/2D/Paper2D/Source/Paper2D/Public/AlphaBitmap.h |
| Include Path | #include "AlphaBitmap.h" |
FAlphaBitmap
(
UTexture * SourceTexture,
uint8 InDefaultValue
)
FAlphaBitmap(int, int, int)
Description
Create an empty bitmap.
| Name | FAlphaBitmap |
| Type | function |
| Header File | /Engine/Plugins/2D/Paper2D/Source/Paper2D/Public/AlphaBitmap.h |
| Include Path | #include "AlphaBitmap.h" |
FAlphaBitmap
(
int InWidth,
int InHeight,
int InDefaultValue
)