Skip to main content

r.Visibility.TaskSchedule

Var

Unreal Engine Var console variable.

rVisibilityTaskSchedule

Description

Controls how the visibility task graph is scheduled. 0: Work is primarily done on the render thread with the potential for parallel help;1: Work is done on an async task graph (if supported by platform);

Usage

r.Visibility.TaskSchedule [value]

Set via the console (~) or in DefaultEngine.ini / DefaultGame.ini.