Navigation
API > API/Runtime > API/Runtime/TimeManagement > API/Runtime/TimeManagement/UTimeManagementBlueprintLibrary
References
| Module | TimeManagement |
| Header | /Engine/Source/Runtime/TimeManagement/Public/TimeManagementBlueprintLibrary.h |
| Include | #include "TimeManagementBlueprintLibrary.h" |
| Source | /Engine/Source/Runtime/TimeManagement/Private/TimeManagementBlueprintLibrary.cpp |
static FFrameTime SnapFrameTimeToRate
&40;
const FFrameTime & SourceTime,
const FFrameRate & SourceRate,
const FFrameRate & SnapToRate
&41;
Remarks
Snaps the given SourceTime to the nearest frame in the specified Destination Framerate. Useful for determining the nearest frame for another resolution. Returns the frame time in the destination frame rate.