Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Performance
Inheritance Hierarchy
- IModularFeature
- IMaxTickRateHandlerModule
- FReflexMaxTickRateHandler
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Performance/MaxTickRateHandlerModule.h |
| Include | #include "Performance/MaxTickRateHandlerModule.h" |
Syntax
class IMaxTickRateHandlerModule : public IModularFeature
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetAvailable () |
||
| bool | GetEnabled () |
||
| uint32 | GetFlags () |
||
| FName | |||
| bool | HandleMaxTickRate
(
float DesiredMaxTickRate |
Return true if waiting occurred in the plugin, if false engine will use the default sleep setup. | |
| void | Initialize () |
||
| void | SetEnabled
(
bool bInEnabled |
||
| void | SetFlags
(
uint32 Flags |