Navigation
API > API/Runtime > API/Runtime/TimeManagement
| Name | FCommonFrameRates |
| Type | struct |
| Header File | /Engine/Source/Runtime/TimeManagement/Public/CommonFrameRates.h |
| Include Path | #include "CommonFrameRates.h" |
Syntax
struct FCommonFrameRates
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| AllFrameRates | const FCommonFrameRateInfo | CommonFrameRates.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
typedef __underlying_type
(
ECommonFrameRate |
CommonFrameRates.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool Contains
(
FFrameRate FrameRateToCheck |
CommonFrameRates.h | ||
static const FCommonFrameRateInfo * Find
(
FFrameRate InFrameRate |
CommonFrameRates.h | ||
static 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. | CommonFrameRates.h | |
static FFrameRate FPS_100() |
CommonFrameRates.h | ||
static FFrameRate FPS_12() |
CommonFrameRates.h | ||
static FFrameRate FPS_120() |
CommonFrameRates.h | ||
static FFrameRate FPS_15() |
CommonFrameRates.h | ||
static FFrameRate FPS_24() |
CommonFrameRates.h | ||
static FFrameRate FPS_240() |
CommonFrameRates.h | ||
static FFrameRate FPS_25() |
CommonFrameRates.h | ||
static FFrameRate FPS_30() |
CommonFrameRates.h | ||
static FFrameRate FPS_48() |
CommonFrameRates.h | ||
static FFrameRate FPS_50() |
CommonFrameRates.h | ||
static FFrameRate FPS_60() |
CommonFrameRates.h | ||
static TArrayView< const FCommonFrameRateInfo > GetAll() |
CommonFrameRates.h | ||
static FFrameRate NTSC_24() |
CommonFrameRates.h | ||
static FFrameRate NTSC_30() |
CommonFrameRates.h | ||
static FFrameRate NTSC_60() |
CommonFrameRates.h |