Navigation
API > API/Runtime > API/Runtime/Core
A token used to wait on TEventCount.
| Name | TEventCountToken |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Async/EventCount.h |
| Include Path | #include "Async/EventCount.h" |
Syntax
template<typename CounterType>
class TEventCountToken
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TEventCount< CounterType > | friend | Async/EventCount.h | ||
| Value | CounterType | Defaults to an odd value, which is never valid to wait on. | Async/EventCount.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
Returns true if the token has been assigned by PrepareWait(). | Async/EventCount.h |