Navigation
API > API/Runtime > API/Runtime/TimeManagement
References
| Module | TimeManagement |
| Header | /Engine/Source/Runtime/TimeManagement/Public/CommonFrameRates.h |
| Include | #include "CommonFrameRates.h" |
Syntax
struct FCommonFrameRates
Functions
| Type | Name | Description | |
|---|---|---|---|
| typedef | __underlying_type
(
ECommonFrameRate |
||
| bool | Contains
(
FFrameRate FrameRateToCheck |
||
| const FCommonFrameRateInfo * | Find
(
FFrameRate InFrameRate |
||
| const FCommonFrameRateInfo * | Find
(
const double InFrameRateAsDecimal, |
Find a common frame rate that matches the given frame rate as a decimal number of frames per second. | |
| FFrameRate | FPS_100 () |
||
| FFrameRate | FPS_12 () |
||
| FFrameRate | FPS_120 () |
||
| FFrameRate | FPS_15 () |
||
| FFrameRate | FPS_24 () |
||
| FFrameRate | FPS_240 () |
||
| FFrameRate | FPS_25 () |
||
| FFrameRate | FPS_30 () |
||
| FFrameRate | FPS_48 () |
||
| FFrameRate | FPS_50 () |
||
| FFrameRate | FPS_60 () |
||
| TArrayView< const FCommonFrameRateInfo > | GetAll () |
||
| FFrameRate | NTSC_24 () |
||
| FFrameRate | NTSC_30 () |
||
| FFrameRate | NTSC_60 () |
Constants
| Name | Description |
|---|---|
| AllFrameRates |