Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/AIModule/Classes/AITypes.h |
Include |
#include "AITypes.h" |
struct FIntervalCountdown
Name | Description | ||
---|---|---|---|
|
float |
Interval |
|
|
float |
TimeLeft |
Name | Description | |
---|---|---|
|
FIntervalCountdown ( |
Name | Description | ||
---|---|---|---|
|
float |
GetElapsedTime() |
That this function returns meaningful results only if Interval > 0 |
|
float |
GetElapsedTimeWithFallback ( |
|
|
Reset() |
Resets the countdown back to Interval |
|
|
Set ( |
||
|
Tick ( |