Navigation
API > API/Developer > API/Developer/TraceInsightsFrontend
| Name | FTraceServerControl |
| Type | class |
| Header File | /Engine/Source/Developer/TraceInsightsFrontend/Public/InsightsFrontend/StoreService/TraceServerControl.h |
| Include Path | #include "InsightsFrontend/StoreService/TraceServerControl.h" |
Syntax
class FTraceServerControl
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTraceServerControl
(
const TCHAR* Host, |
InsightsFrontend/StoreService/TraceServerControl.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FTraceServerControl() |
InsightsFrontend/StoreService/TraceServerControl.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AsyncTaskLock | FCriticalSection | InsightsFrontend/StoreService/TraceServerControl.h | ||
| bCanServerBeStarted | std::atomic< bool > | InsightsFrontend/StoreService/TraceServerControl.h | ||
| bCanServerBeStopped | std::atomic< bool > | InsightsFrontend/StoreService/TraceServerControl.h | ||
| bIsCancelRequested | std::atomic< bool > | InsightsFrontend/StoreService/TraceServerControl.h | ||
| bIsLocalHost | bool | InsightsFrontend/StoreService/TraceServerControl.h | ||
| bSponsored | std::atomic< bool > | InsightsFrontend/StoreService/TraceServerControl.h | ||
| Client | TUniquePtr< UE::Trace::FStoreClient > | InsightsFrontend/StoreService/TraceServerControl.h | ||
| Host | FString | InsightsFrontend/StoreService/TraceServerControl.h | ||
| Port | uint32 | InsightsFrontend/StoreService/TraceServerControl.h | ||
| State | std::atomic< EState > | InsightsFrontend/StoreService/TraceServerControl.h | ||
| StatusString | FString | InsightsFrontend/StoreService/TraceServerControl.h | ||
| StringsLock | FCriticalSection | InsightsFrontend/StoreService/TraceServerControl.h | ||
| StyleSet | FName | InsightsFrontend/StoreService/TraceServerControl.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void MakeMenu
(
FMenuBuilder& Builder |
InsightsFrontend/StoreService/TraceServerControl.h |