FCanvas::PushDepthSortKey

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

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

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