Navigation
Unreal Engine C++ API Reference > Developer > TraceInsights > Insights > IUnrealInsightsModule
References
Module | TraceInsights |
Header | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h |
Include | #include "Insights/IUnrealInsightsModule.h" |
bool ConnectToStore ( const TCHAR * InStoreHost, uint32 InStorePort )
Remarks
Connects to a specified store. If connected succesfully or not.
Parameters
Name | Description |
---|---|
InStoreHost | The host of the store to connect to. |
InStorePort | The port of the store to connect to. |