Navigation
API > API/Runtime > API/Runtime/TimeManagement
Inheritance Hierarchy
- IModuleInterface
- ITimeManagementModule
References
| Module | TimeManagement |
| Header | /Engine/Source/Runtime/TimeManagement/Public/ITimeManagementModule.h |
| Include | #include "ITimeManagementModule.h" |
Syntax
class ITimeManagementModule : public IModuleInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SFrameRatePicker > | CreateFrameRatePicker
(
SFrameRatePicker::FArguments Arguments |
Returns a widget allowing for the user to pick a specific frame rate | |
| ITimeManagementModule & | Get () |
Singleton-like access to ITimeManagementModule | |
| TArrayView< const struct FCommonFrameRateInfo > | Returns all stored common frame rates | ||
| FTimedDataInputCollection & | Get the collection of the ITimedDataInput and ITimedDataInputGroups. | ||
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |