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