RealtimeGICPUUsage

enumeration

Cambiar al Manual

Descripción

How much CPU usage to assign to the final lighting calculations at runtime.

How many CPU worker threads to create for Realtime Global Illumination lighting calculations in the Player. Increasing this makes the system react faster to changes in lighting at a cost of using more CPU time. The higher the CPU Usage value, the more worker threads are created for solving Realtime GI.

Please note that some platforms will allow all CPUs to be occupied by worker threads whilst some have a max limit:
Xbox One: 4 CPU cores.
PS4: 4 CPU cores.
Android: If the device is a bigLittle architecture, only the little CPUs will be used, otherwise it is CPUs - 1.

Variables

Low25% of the allowed CPU threads are used as worker threads.
Medium50% of the allowed CPU threads are used as worker threads.
High75% of the allowed CPU threads are used as worker threads.
Unlimited100% of the allowed CPU threads are used as worker threads.