Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/FGenericPlatformRHIFramePacer
Description
Sets the pace we would like to running at (30 = 30fps, 0 = unpaced). The generic implementation sets the value for rhi.SyncInterval according to FPlatformMisc::GetMaxRefreshRate().
| Name | SetFramePace |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericPlatformFramePacer.h |
| Include Path | #include "GenericPlatform/GenericPlatformFramePacer.h" |
static int32 SetFramePace
(
int32 FramePace
)
the pace we will run at.