Navigation
API > API/Runtime > API/Runtime/Core
Simple abstract base class for networked, multi-participant tests
| Name | IAutomationNetworkCommand |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
Syntax
class IAutomationNetworkCommand : public TSharedFromThis< IAutomationNetworkCommand >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → IAutomationNetworkCommand
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IAutomationNetworkCommand() |
Virtual destructor | Misc/AutomationTest.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 GetRoleIndex () |
Identifier to distinguish which worker on the network should execute this command | Misc/AutomationTest.h | |
void Run() |
Runs the network command | Misc/AutomationTest.h |