Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/NoopCounter.h |
Include | #include "Misc/NoopCounter.h" |
Syntax
class FNoopCounter
Remarks
Fake Thread safe counter, used to avoid cluttering code with ifdefs when counters are only used for debugging.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FNoopCounter () |
||
![]() |
FNoopCounter
(
const FNoopCounter& Other |
||
![]() |
FNoopCounter
(
int32 Value |