Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Elements > API/Runtime/Engine/Elements/Component
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UComponentElementCounterInterface
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Elements/Component/ComponentElementCounterInterface.h |
| Include | #include "Elements/Component/ComponentElementCounterInterface.h" |
Syntax
class UComponentElementCounterInterface :
public UObject,
public ITypedElementCounterInterface
Overridden from ITypedElementCounterInterface
| Type | Name | Description | |
|---|---|---|---|
| void | DecrementCountersForElement
(
const FTypedElementHandle& InElementHandle, |
Decrement additional counters for the given element. | |
| void | IncrementCountersForElement
(
const FTypedElementHandle& InElementHandle, |
Increment additional counters for the given element. |