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" |
| Source | /Engine/Source/Runtime/Engine/Private/UserInterface/Canvas.cpp |
FCanvasSortElement & GetSortElement
(
int32 DepthSortKey
)
Remarks
Get the sort element for the given sort key. Allocates a new entry if one does not exist sort element entry
Parameters
| Name | Description |
|---|---|
| DepthSortKey | the key used to find the sort element entry |