Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FAutomationSpecBase::FSpecIt Struct Reference
+ Collaboration diagram for FAutomationSpecBase::FSpecIt:

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< IAutomationLatentCommandCommand
 

Detailed Description

Definition at line 2385 of file AutomationTest.h.

Constructor & Destructor Documentation

◆ FSpecIt()

FAutomationSpecBase::FSpecIt::FSpecIt ( FString InDescription,
FString InId,
FString InFilename,
int32 InLineNumber,
TSharedRef< IAutomationLatentCommand > InCommand )
inline

Definition at line 2395 of file AutomationTest.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ Command

TSharedRef<IAutomationLatentCommand> FAutomationSpecBase::FSpecIt::Command

Definition at line 2393 of file AutomationTest.h.

◆ Description

FString FAutomationSpecBase::FSpecIt::Description

Definition at line 2389 of file AutomationTest.h.

◆ Filename

FString FAutomationSpecBase::FSpecIt::Filename

Definition at line 2391 of file AutomationTest.h.

◆ Id

FString FAutomationSpecBase::FSpecIt::Id

Definition at line 2390 of file AutomationTest.h.

◆ LineNumber

int32 FAutomationSpecBase::FSpecIt::LineNumber

Definition at line 2392 of file AutomationTest.h.


The documentation for this struct was generated from the following file: