Navigation
API > API/Plugins > API/Plugins/WorldMetricsCore > API/Plugins/WorldMetricsCore/UWorldMetricsSubsystem
Description
Removes the parameter metric instance if it was previously added. The subsystem releases the hard-reference of the metric removed so it can be garbage-collected.
| Name | RemoveMetric |
| 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 |
bool RemoveMetric
(
UWorldMetricInterface * InMetric
)
true if the parameter metric is removed or false otherwise.
Parameters
| Name | Remarks |
|---|---|
| InMetric | the metric instance to remove. |