Navigation
API > API/Runtime > API/Runtime/TimeManagement > API/Runtime/TimeManagement/UTimeManagementBlueprintLibrary
Description
Returns the frame rate of the active custom time step. Requires a UFixedFrameRateCustomTimeStep; returns FFrameRate() otherwise.
| Name | GetCustomTimeStepFrameRate |
| Type | function |
| Header File | /Engine/Source/Runtime/TimeManagement/Public/TimeManagementBlueprintLibrary.h |
| Include Path | #include "TimeManagementBlueprintLibrary.h" |
| Source | /Engine/Source/Runtime/TimeManagement/Private/TimeManagementBlueprintLibrary.cpp |
UFUNCTION (BlueprintPure, Category="Utilities|Engine Time",
Meta=(DisplayName="Get Custom Time Step Frame Rate"))
static FFrameRate GetCustomTimeStepFrameRate()