FCanvas::GetSortElement

Get the sort element for the given sort key. Allocates a new entry if one does not exist

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/CanvasTypes.h

Include

#include "CanvasTypes.h"

Source

/Engine/Source/Runtime/Engine/Private/UserInterface/Canvas.cpp

Syntax

FCanvasSortElement & GetSortElement
(
    int32 DepthSortKey
)

Remarks

Get the sort element for the given sort key. Allocates a new entry if one does not exist

Returns

sort element entry

Parameters

Parameter

Description

DepthSortKey

the key used to find the sort element entry

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