Navigation
API > API/Plugins > API/Plugins/ConcertInsightsClient
Inheritance Hierarchy
- IModuleInterface
- IConcertInsightsClientModule
References
| Module | ConcertInsightsClient |
| Header | /Engine/Plugins/Developer/Concert/ConcertInsights/ConcertInsightsClient/Source/ConcertInsightsClient/Public/IConcertInsightsClientModule.h |
| Include | #include "IConcertInsightsClientModule.h" |
Syntax
class IConcertInsightsClientModule : public IModuleInterface
Remarks
On the editor, this module
- adds a context menu option to the Unreal Insights editor menu (bottom-right) for starting synchronized session tracing across multiple machines
- listens for requests to synchronized session tracing while the local editor is in a Concert session
Functions
| Type | Name | Description | |
|---|---|---|---|
| IConcertInsightsClientModule & | Get () |
Singleton-like access to this module's interface. | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |