Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FUntilCommand
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FUntilCommand
(
TFunction< bool()> InCallback, |
Misc/AutomationTest.h | ||
FUntilCommand
(
TFunction< bool()> InCallback, |
Misc/AutomationTest.h |
FUntilCommand(TFunction< bool()>, float)
| Name | FUntilCommand |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
FUntilCommand
(
TFunction < bool> InCallback,
float InTimeout
)
FUntilCommand(TFunction< bool()>, TFunction< bool()>, float)
| Name | FUntilCommand |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
FUntilCommand
(
TFunction < bool> InCallback,
TFunction < bool> InTimeoutCallback,
float InTimeout
)