Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FImageUtils
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ImageUtils.h |
| Include | #include "ImageUtils.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ImageUtils.cpp |
static UTexture2DArray &42; CreateCheckerboardTexture2DArray
&40;
FColor ColorOne,
FColor ColorTwo,
int32 CheckerSize,
int32 ArraySize
&41;
Remarks
Creates a new UTexture2DArray with a checkerboard pattern.
Parameters
| Name | Description |
|---|---|
| ColorOne | The color of half of the squares. |
| ColorTwo | The color of the other half of the squares. |
| CheckerSize | The size in pixels of each side of the texture. |
| ArraySize | The number of elements in the array. |