Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FFrameRate
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/FrameRate.h |
| Include | #include "Misc/FrameRate.h" |
FFrameNumber AsFrameNumber
(
double InTimeSeconds
) const
Remarks
Convert the specified time in seconds to a frame number by rounding down to the nearest integer. A frame number that represents the supplied time. Rounded down to the nearest integer.
Parameters
| Name | Description |
|---|---|
| InTimeSeconds | The time to convert in seconds |