Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAutomationSpecBase
| Name | FSpecDefinitionScope |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
Syntax
struct FSpecDefinitionScope
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AfterEach | TArray< TSharedRef< IAutomationLatentCommand > > | Misc/AutomationTest.h | ||
| BeforeEach | TArray< TSharedRef< IAutomationLatentCommand > > | Misc/AutomationTest.h | ||
| Children | TArray< TSharedRef< FSpecDefinitionScope > > | Misc/AutomationTest.h | ||
| Description | FString | Misc/AutomationTest.h | ||
| It | TArray< TSharedRef< FSpecIt > > | Misc/AutomationTest.h |