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