IUnrealInsightsModule::ConnectToStore

Connects to a specified store.

Windows
MacOS
Linux

References

Module

TraceInsights

Header

/Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h

Include

#include "Insights/IUnrealInsightsModule.h"

Syntax

bool ConnectToStore
(
    const TCHAR * InStoreHost,
    uint32 InStorePort
)

Remarks

Connects to a specified store.

Returns

If connected succesfully or not.

Parameters

Parameter

Description

InStoreHost

The host of the store to connect to.

InStorePort

The port of the store to connect to.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss