Navigation
API > API/Developer > API/Developer/TraceAnalysis
| Name | FStoreClient |
| Type | class |
| Header File | /Engine/Source/Developer/TraceAnalysis/Public/Trace/StoreClient.h |
| Include Path | #include "Trace/StoreClient.h" |
Syntax
class FStoreClient
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FStoreClient
(
const FStoreClient&& |
Trace/StoreClient.h | ||
FStoreClient
(
const FStoreClient& |
Trace/StoreClient.h | ||
FStoreClient () |
Trace/StoreClient.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FStoreClient() |
Trace/StoreClient.h |
Structs
| Name | Remarks |
|---|---|
| FSessionInfo | |
| FStatus | |
| FTraceData | |
| FTraceInfo | |
| FVersion |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 GetSessionCount() |
Trace/StoreClient.h | ||
const FSessionInfo * GetSessionInfo
(
uint32 Index |
Trace/StoreClient.h | ||
const FSessionInfo * GetSessionInfoByGuid
(
const FGuid& TraceGuid |
Trace/StoreClient.h | ||
const FSessionInfo * GetSessionInfoById
(
uint32 Id |
Trace/StoreClient.h | ||
const FSessionInfo * GetSessionInfoByTraceId
(
uint32 TraceId |
Trace/StoreClient.h | ||
const FStatus * GetStatus() |
Trace/StoreClient.h | ||
uint32 GetStoreAddress() |
Trace/StoreClient.h | ||
uint32 GetStorePort() |
Trace/StoreClient.h | ||
uint32 GetTraceCount() |
Trace/StoreClient.h | ||
const FTraceInfo * GetTraceInfo
(
uint32 Index |
Trace/StoreClient.h | ||
const FTraceInfo * GetTraceInfoById
(
uint32 Id |
Trace/StoreClient.h | ||
const FVersion * GetVersion() |
Trace/StoreClient.h | ||
bool IsValid() |
Trace/StoreClient.h | ||
FTraceData ReadTrace
(
uint32 Id |
Trace/StoreClient.h | ||
bool Reconnect
(
const TCHAR* Host, |
Trace/StoreClient.h | ||
bool SetSponsored
(
bool bSponsored |
Trace/StoreClient.h | ||
bool SetStoreDirectories
(
const TCHAR* StoreDir, |
Trace/StoreClient.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FStoreClient * Connect
(
const TCHAR* Host, |
Trace/StoreClient.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void operator delete
(
void* Addr |
Trace/StoreClient.h | ||
void operator=
(
const FStoreClient& |
Trace/StoreClient.h | ||
void operator=
(
const FStoreClient&& |
Trace/StoreClient.h |