Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FCanvas
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/CanvasTypes.h |
Include | #include "CanvasTypes.h" |
void PushDepthSortKey
(
int32 InSortKey
)
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 |