FThreadSafeCounter::Reset

Resets the counter's value to zero.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/HAL/ThreadSafeCounter.h

Include

#include "HAL/ThreadSafeCounter.h"

Syntax

int32 Reset()

Remarks

Resets the counter's value to zero.

Returns

the old value.

See Also