Resolution

The number of samples of audio to pass to the GPU.

Choose your operating system:

Windows

macOS

Linux

Syntax

UPROPERTY(EditAnywhere, Category="Oscilloscope", AdvancedDisplay,
          Meta=(ClampMin="64", ClampMax="8192"))
int32 Resolution

Remarks

The number of samples of audio to pass to the GPU. Audio will be resampled to fit this resolution. Increasing this number will increase the resolution of the waveform, but will also increase usage of the GPU memory bus, potentially causing issues across the application.