Navigation
Unreal Engine C++ API Reference > Developer > FunctionalTesting
Inheritance Hierarchy
References
Module | FunctionalTesting |
Header | /Engine/Source/Developer/FunctionalTesting/Public/TakeScreenshotAfterTimeLatentAction.h |
Include | #include "TakeScreenshotAfterTimeLatentAction.h" |
Syntax
class FWaitForScreenshotComparisonLatentAction : public [FPendingLatentAction](API\Runtime\Engine\FPendingLatentAction)
Constructors
Type | Name | Description |
---|---|---|
FWaitForScreenshotComparisonLatentAction ( const FLatentActionInfo& LatentInf... ) |
Destructors
Type | Name | Description |
---|---|---|
~FWaitForScreenshotComparisonLatentAction () |
Overridden from FPendingLatentAction
Type | Name | Description |
---|---|---|
FString | GetDescription () | Returns a human readable description of the latent operation's current state. |
void | UpdateOperation ( FLatentResponse& Response ) | Return true when the action is completed. |