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" |
void PushDepthSortKey
&40;
int32 InSortKey
&41;
Remarks
Push sort key onto the stack. Rendering is done with the current sort key stack entry.
Parameters
| Name | Description |
|---|---|
| InSortKey | key value to push onto the stack |