FCanvas::PushDepthSortKey

Push sort key onto the stack. Rendering is done with the current sort key stack entry.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

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

Include

#include "CanvasTypes.h"

Syntax

void PushDepthSortKey
(
    int32 InSortKey
)

Remarks

Push sort key onto the stack. Rendering is done with the current sort key stack entry.

Parameters

Parameter

Description

InSortKey

key value to push onto the stack