Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components > API/Runtime/UMG/Components/UWidgetComponent
Syntax
float RedrawTime
Remarks
The time in between draws, if 0 - we would redraw every frame. If 1, we would redraw every second. This will work with bManuallyRedraw as well. So you can say, manually redraw, but only redraw at this maximum rate.