Navigation
API > API/Developer > API/Developer/CQTest > API/Developer/CQTest/FCQTestSlateComponent
Description
Initializes the ExpectedTick variable to be checked against the amount of times Slate has ticked. Will be used to check Slate has ticked the expected amount before confirming and resetting the ExpectedTick.
Method is meant to be used as the only statement within a latent command that waits until the predicate is met, such as FWaitUntil, Until, or StartWhen methods.
| Name | HaveTicksElapsed |
| Type | function |
| Header File | /Engine/Source/Developer/CQTest/Public/Components/CQTestSlateComponent.h |
| Include Path | #include "Components/CQTestSlateComponent.h" |
| Source | /Engine/Source/Developer/CQTest/Private/Components/CQTestSlateComponent.cpp |
bool HaveTicksElapsed
(
uint32 Ticks
)
true when Slate has ticked the provided number of times.
Parameters
| Name | Remarks |
|---|---|
| Ticks | Number of ticks we're expecting to have elapsed |