Navigation
API > API/Runtime > API/Runtime/TimeManagement > API/Runtime/TimeManagement/FCommonFrameRates > API/Runtime/TimeManagement/FCommonFrameRates/Find
References
| |
|
| Module |
TimeManagement |
| Header |
/Engine/Source/Runtime/TimeManagement/Public/CommonFrameRates.h |
| Include |
#include "CommonFrameRates.h" |
| Source |
/Engine/Source/Runtime/TimeManagement/Private/CommonFrameRates.cpp |
static const FCommonFrameRateInfo &42; Find
&40;
const double InFrameRateAsDecimal,
const double Tolerance
&41;
- Find a common frame rate that matches the given frame rate as a decimal number of frames per second.
- a pointer to the matching common frame rate if a match was found, or nullptr otherwise.
Parameters
| Name |
Description |
| InFrameRateAsDecimal |
Frame rate (in frames per second) to search for. |
| Tolerance |
Numerical tolerance to use when searching for a frame rate match. |