IUnrealInsightsModule::ConnectToStore

Connects to a specified store.

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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library