Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FCanvas
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/CanvasTypes.h |
| Include | #include "CanvasTypes.h" |
Syntax
class FCanvasSortElement
Remarks
Contains all of the batched elements that need to be rendered at a certain depth sort key
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | DepthSortKey | Sort key for this set of render batch elements | |
| TArray< class FCanvasBaseRenderItem * > | RenderBatchArray | List of batches that should be rendered at this sort key level |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCanvasSortElement
(
int32 InDepthSortKey |
Init constructor |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FCanvasSortElement& Other |
Equality is based on sort key |