Navigation
API > API/Plugins > API/Plugins/WorldMetricsCore
World metric's interface
This is the required interface class to implement world metrics.
| Name | UWorldMetricInterface |
| Type | class |
| Header File | /Engine/Plugins/WorldMetrics/Source/WorldMetricsCore/Public/WorldMetricInterface.h |
| Include Path | #include "WorldMetricInterface.h" |
Syntax
UCLASS (Abstract, MinimalAPI, Within=WorldMetricsSubsystem)
class UWorldMetricInterface : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UWorldMetricInterface
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual SIZE_T GetAllocatedSize() |
Returns the amount of memory allocated by this class, not including sizeof(*this). | WorldMetricInterface.h | |
UWorldMetricsSubsystem & GetOwner() |
Returns the owning World Metrics Subsystem which is expected to be valid during this object's lifetime. | WorldMetricInterface.h |