Get GPU Utilization
Returns the CPU utilization availability and value.
Overview
This blueprint can be used to achieve how much GPU capacity is available at the time the blueprint is called. You can optimize your application by the GPU utilization value.
Blueprint

Arguments
- No arguments.
Output
- Is GPU Available: A Boolean that is True if a GPU utilization value is available (and provided in GPU Utilization), and is False otherwise. For YVR Devices, it is always true.
- GPU Utilization: A floating point value, between 0.0 and 100.0, that indicates the current load on the GPU, where 0.0 = no utilization, and 100.0 = fully utilized.