FCanvasSortElement

Contains all of the batched elements that need to be rendered at a certain depth sort key

Windows
MacOS
Linux

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

Name Description

Public variable

int32

 

DepthSortKey

Sort key for this set of render batch elements

Public variable

TArray< class F...

 

RenderBatchArray

List of batches that should be rendered at this sort key level

Constructors

Name Description

Public function

FCanvasSortElement

(
    int32 InDepthSortKey
)

Init constructor

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FCanvasSortElement& Other
)

Equality is based on sort key

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss