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 UVolumeTexture &42; CreateCheckerboardVolumeTexture
&40;
FColor ColorOne,
FColor ColorTwo,
int32 CheckerSize
&41;
Remarks
Creates a new UVolumeTexture 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. |