Ark Server API (ASA) - Wiki
|
Public Member Functions | |
FSpecIt (FString InDescription, FString InId, FString InFilename, int32 InLineNumber, TSharedRef< IAutomationLatentCommand > InCommand) | |
Public Attributes | |
FString | Description |
FString | Id |
FString | Filename |
int32 | LineNumber |
TSharedRef< IAutomationLatentCommand > | Command |
Definition at line 2385 of file AutomationTest.h.
|
inline |
Definition at line 2395 of file AutomationTest.h.
TSharedRef<IAutomationLatentCommand> FAutomationSpecBase::FSpecIt::Command |
Definition at line 2393 of file AutomationTest.h.
FString FAutomationSpecBase::FSpecIt::Description |
Definition at line 2389 of file AutomationTest.h.
FString FAutomationSpecBase::FSpecIt::Filename |
Definition at line 2391 of file AutomationTest.h.
FString FAutomationSpecBase::FSpecIt::Id |
Definition at line 2390 of file AutomationTest.h.
int32 FAutomationSpecBase::FSpecIt::LineNumber |
Definition at line 2392 of file AutomationTest.h.