Navigation
API > API/Developer > API/Developer/FunctionalTesting
Inheritance Hierarchy
- FPendingLatentAction
- FDelayForFramesLatentAction
References
| Module | FunctionalTesting |
| Header | /Engine/Source/Developer/FunctionalTesting/Public/DelayForFramesLatentAction.h |
| Include | #include "DelayForFramesLatentAction.h" |
Syntax
class FDelayForFramesLatentAction : public FPendingLatentAction
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDelayForFramesLatentAction
(
const FLatentActionInfo& LatentInfo, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FPendingLatentAction
| Type | Name | Description | |
|---|---|---|---|
| FString | Returns a human readable description of the latent operation's current state. | ||
| void | UpdateOperation
(
FLatentResponse& Response |
Return true when the action is completed. |