Navigation
API > API/Plugins > API/Plugins/WorldMetricsCore > API/Plugins/WorldMetricsCore/FWorldMetricCollection
Description
Enables or disables the collection. When enabled, the collection adds all contained metrics to the World Metric Subsystem. When disabled, all contained metrics are removed from it.
| Name | Enable |
| Type | function |
| Header File | /Engine/Plugins/WorldMetrics/Source/WorldMetricsCore/Public/WorldMetricCollection.h |
| Include Path | #include "WorldMetricCollection.h" |
| Source | /Engine/Plugins/WorldMetrics/Source/WorldMetricsCore/Private/WorldMetricCollection.cpp |
bool Enable
(
bool bEnable
)
True if the enable state was changed to reflect the desired state.
Parameters
| Name | Remarks |
|---|---|
| bEnable | True for enabling the collection and false otherwise. |