Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/FTypedElementCounter
Description
Decrement the counter for the given category and key.
For use by UTypedElementCounterInterface.
| Name | DecrementCounter |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementCounter.h |
| Include Path | #include "Elements/Framework/TypedElementCounter.h" |
template<typename KeyType>
void DecrementCounter
(
const FName InCategory,
const KeyType & InKey
)