Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTimeout
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTimeout
(
double TimeoutSeconds |
Construct a timeout that starts right now and will end after the passed in time in seconds | Misc/Timeout.h | |
| Construct a timeout that starts right now and will end after the passed in timespan | Misc/Timeout.h | ||
| Construct a timeout that started at the same time as BaseTimeout, but with a new duration | Misc/Timeout.h | ||
FTimeout
(
uint64 StartValue, |
Misc/Timeout.h |
FTimeout(double)
Description
Construct a timeout that starts right now and will end after the passed in time in seconds
| Name | FTimeout |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Timeout.h |
| Include Path | #include "Misc/Timeout.h" |
FTimeout
(
double TimeoutSeconds
)
FTimeout(FTimespan)
Description
Construct a timeout that starts right now and will end after the passed in timespan
| Name | FTimeout |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Timeout.h |
| Include Path | #include "Misc/Timeout.h" |
FTimeout
(
FTimespan TimeoutValue
)
FTimeout(const FTimeout &, double)
Description
Construct a timeout that started at the same time as BaseTimeout, but with a new duration
| Name | FTimeout |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Timeout.h |
| Include Path | #include "Misc/Timeout.h" |
FTimeout
(
const FTimeout & BaseTimeout,
double TimeoutSeconds
)
FTimeout(uint64, uint64)
| Name | FTimeout |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Timeout.h |
| Include Path | #include "Misc/Timeout.h" |
FTimeout
(
uint64 StartValue,
uint64 TimeoutValue
)