Navigation
API > API/Plugins > API/Plugins/ConcertInsightsClient
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
| Name | IConcertInsightsClientModule |
| Type | class |
| Header File | /Engine/Plugins/Developer/Concert/ConcertInsights/ConcertInsightsClient/Source/ConcertInsightsClient/Public/IConcertInsightsClientModule.h |
| Include Path | #include "IConcertInsightsClientModule.h" |
Syntax
class IConcertInsightsClientModule : public IModuleInterface
Implements Interfaces
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IConcertInsightsClientModule & Get () |
Singleton-like access to this module's interface. | IConcertInsightsClientModule.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | IConcertInsightsClientModule.h |