Navigation
API > API/Plugins > API/Plugins/MessageBusTester
Settings for the MessageBusTester plugin modules.
| Name | UMessageBusTesterSettings |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MessageBusTester/Source/MessageBusTester/Public/MessageBusTesterSettings.h |
| Include Path | #include "MessageBusTesterSettings.h" |
Syntax
UCLASS (Config=Engine, MinimalAPI)
class UMessageBusTesterSettings : public UDeveloperSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDeveloperSettings → UMessageBusTesterSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMessageBusTesterSettings() |
MessageBusTesterSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bUseSessionId | bool | If true, message bus will only listen to Testers with same sessionId | MessageBusTesterSettings.h |
|
| CommandLineFriendlyName | FName | A friendly name for that instance given through command line (-MessageBusTesterFriendlyName=) to identify it when monitoring. | MessageBusTesterSettings.h | |
| CommandLineSessionId | TOptional< int32 > | The current SessionId in a MessageBusTesting context read from the command line. | MessageBusTesterSettings.h | |
| DiscoveryMessageInterval | float | Interval between each discovery signal | MessageBusTesterSettings.h |
|
| TimeoutInterval | float | Interval threshold between KeepAlive reception before considering another tester as dropped | MessageBusTesterSettings.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetSessionId() |
Returns current SessionId either based on settings or overriden by commandline | MessageBusTesterSettings.h |
Public Virtual
Overridden from UDeveloperSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetCategoryName() |
MessageBusTesterSettings.h | ||
virtual FText GetSectionText() |
MessageBusTesterSettings.h |