Navigation
API > API/Plugins > API/Plugins/WorldMetricsCore > API/Plugins/WorldMetricsCore/UWorldMetricsSubsystem
Description
Sets the subsystem update ticker rate in seconds. This method automatically restarts the subsystem if it's already enabled. Changing the update rate value on an enabled subsystem causes all metrics to be reinitialized.
@requirement: parameter InSeconds value must be equal or greater than zero.
| Name | SetUpdateRateInSeconds |
| Type | function |
| Header File | /Engine/Plugins/WorldMetrics/Source/WorldMetricsCore/Public/WorldMetricsSubsystem.h |
| Include Path | #include "WorldMetricsSubsystem.h" |
| Source | /Engine/Plugins/WorldMetrics/Source/WorldMetricsCore/Private/WorldMetricsSubsystem.cpp |
void SetUpdateRateInSeconds
(
float InSeconds
)
Parameters
| Name | Remarks |
|---|---|
| InSeconds | the update rate value in seconds. |