Navigation
API > API/Runtime > API/Runtime/Core
| |
|
| Name |
FDelayedFunctionLatentCommand |
| Type |
class |
| Header File |
/Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path |
#include "Misc/AutomationTest.h" |
Syntax
class FDelayedFunctionLatentCommand : public IAutomationLatentCommand
Implements Interfaces
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FDelayedFunctionLatentCommand
(
TFunction< void()> InCallback,
float InDelay
)
|
|
Misc/AutomationTest.h |
|
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Callback |
TFunction< void()> |
|
Misc/AutomationTest.h |
|
| Delay |
float |
|
Misc/AutomationTest.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Updates the current command and will only return TRUE when it has fulfilled its role (Load map has completed and wait time has expired) |
Misc/AutomationTest.h |
|