Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
IAutomationNetworkCommand Class Referenceabstract

#include <AutomationTest.h>

+ Inheritance diagram for IAutomationNetworkCommand:
+ Collaboration diagram for IAutomationNetworkCommand:

Public Member Functions

virtual ~IAutomationNetworkCommand ()
 
virtual uint32 GetRoleIndex () const =0
 
virtual void Run ()=0
 
- Public Member Functions inherited from TSharedFromThis< IAutomationNetworkCommand >
TSharedRef< IAutomationNetworkCommand, Mode > AsShared ()
 
TSharedRef< IAutomationNetworkCommand const, Mode > AsShared () const
 
TWeakPtr< IAutomationNetworkCommand, Mode > AsWeak ()
 
TWeakPtr< IAutomationNetworkCommand const, Mode > AsWeak () const
 
FORCEINLINE void UpdateWeakReferenceInternal (TSharedPtr< SharedPtrType, Mode > const *InSharedPtr, OtherType *InObject) const
 
FORCEINLINE void UpdateWeakReferenceInternal (TSharedRef< SharedRefType, Mode > const *InSharedRef, OtherType *InObject) const
 
FORCEINLINE bool DoesSharedInstanceExist () const
 

Additional Inherited Members

- Protected Member Functions inherited from TSharedFromThis< IAutomationNetworkCommand >
 TSharedFromThis ()
 
 TSharedFromThis (TSharedFromThis const &)
 
FORCEINLINE TSharedFromThisoperator= (TSharedFromThis const &)
 
 ~TSharedFromThis ()
 
- Static Protected Member Functions inherited from TSharedFromThis< IAutomationNetworkCommand >
static FORCEINLINE TSharedRef< OtherType, Mode > SharedThis (OtherType *ThisPtr)
 
static FORCEINLINE TSharedRef< OtherType const, Mode > SharedThis (const OtherType *ThisPtr)
 

Detailed Description

Simple abstract base class for networked, multi-participant tests

Definition at line 582 of file AutomationTest.h.

Constructor & Destructor Documentation

◆ ~IAutomationNetworkCommand()

virtual IAutomationNetworkCommand::~IAutomationNetworkCommand ( )
inlinevirtual

Definition at line 586 of file AutomationTest.h.

Member Function Documentation

◆ GetRoleIndex()

virtual uint32 IAutomationNetworkCommand::GetRoleIndex ( ) const
pure virtual

Identifier to distinguish which worker on the network should execute this command

The index of the worker that should execute this command

◆ Run()

virtual void IAutomationNetworkCommand::Run ( )
pure virtual

Runs the network command


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