Navigation
API > API/Plugins > API/Plugins/MessageBusTester
Holds descriptive information about another tester. Information that won't change for a session Used when testers connects
| Name | FTesterInstanceDescriptor |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/MessageBusTester/Source/MessageBusTester/Public/MessageBusTesterCommon.h |
| Include Path | #include "MessageBusTesterCommon.h" |
Syntax
USTRUCT (MinimalAPI)
struct FTesterInstanceDescriptor
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FriendlyName | FName | Friendly name for this Unreal instance. If empty, this will be MachineName - ProcessId | MessageBusTesterCommon.h | |
| MachineName | FString | Machine name read from FPlatformProcess::ComputerName() | MessageBusTesterCommon.h | |
| MessageVersion | int32 | Provision for versioning a tester if we need to differentiate version. | MessageBusTesterCommon.h | |
| ProcessId | uint32 | ProcessId read from FPlatformProcess::GetCurrentProcessId | MessageBusTesterCommon.h | |
| SessionId | int32 | Session Id that may be used to differentiate different sessions on the network | MessageBusTesterCommon.h |