Navigation
Unreal Engine C++ API Reference > 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 UTexture2D &42; CreateCheckerboardTexture
&40;
FColor ColorOne,
FColor ColorTwo,
int32 CheckerSize
&41;
Remarks
Creates a new UTexture2D 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. |