Model

Unreal Engine C++ API Reference > Developer > TraceServices > TraceServices

Classes

Type Name Description
Public struct FAnalysisMessage  
Public struct FAnalysisSessionEditScope  
Public struct FAnalysisSessionReadScope  
Public struct FBookmark  
Public struct FCallstack  
Public struct FCaptureInfo  
Public struct FChannelEntry  
Public struct FClassInfo  
Public struct FContextSwitch  
Public struct FCpuCoreEvent  
Public struct FCpuCoreInfo  
Public struct FCreateAggreationParams  
Public struct FExportsTableRow  
Public struct FFileActivity  
Public struct FFileInfo  
Public struct FFrame  
Public struct FLoadRequest  
Public struct FLoadTimeProfilerAggregatedStats  
Public struct FLoadTimeProfilerCpuEvent  
Public struct FLogCategoryInfo  
Public struct FLogMessageInfo  
Public struct FMemoryTagInfo  
Public struct FMemoryTagSample  
Public struct FMemoryTrackerInfo  
Public class FMetadataSchema  
Public struct FModule Represents information about a module (engine/game/system dll or monolithic binary) and how debug information has been loaded.
Public struct FNetProfilerAggregatedStats  
Public struct FNetProfilerAggregatedStatsCounterStats  
Public struct FNetProfilerBunchInfo  
Public struct FNetProfilerConnection  
Public struct FNetProfilerContentEvent  
Public struct FNetProfilerEventType This is our event type separate per level as the same name might be used on different levels.
Public struct FNetProfilerFrame  
Public struct FNetProfilerGameInstance  
Public struct FNetProfilerLifeTime  
Public struct FNetProfilerName  
Public struct FNetProfilerObjectInstance Struct FNetProfilerProtocol
Public struct FNetProfilerPacket  
Public struct FNetProfilerStats  
Public struct FNetProfilerStatsCounterType  
Public struct FPackageData  
Public struct FPackageExportInfo  
Public struct FPackageInfo  
Public struct FPackagesTableRow  
Public struct FPackageSummaryInfo  
Public class FRegionLane  
Public struct FRequestsTableRow  
Public struct FResolvedSymbol Represent a resolved symbol.
Public struct FScreenshot  
Public struct FSessionInfo  
Public struct FStackFrame  
Public struct FStackSample  
Public struct FStringDefinition  
Public struct FTableDiffCallbackParams  
Public struct FTableImportCallbackParams  
Public class FTableImportService  
Public class FTableMergeService  
Public struct FTaskInfo Task biography
Public struct FThreadInfo  
Public struct FTimeRegion  
Public struct FTimingProfilerAggregatedStats  
Public struct FTimingProfilerButterflyNode  
Public struct FTimingProfilerEvent  
Public struct FTimingProfilerTimer  
Public struct FTraceSessionMetadata  
Public struct FWaitingForTasks  
Public class IAllocationsProvider  
Public class IAnalysisCache Analysis cache
Public class IAnalysisSession  
Public class IBookmarkProvider  
Public class ICallstacksProvider  
Public class IChannelProvider  
Public class IContextSwitchesProvider  
Public class ICookProfilerProvider  
Public class ICounter  
Public class ICounterProvider  
Public class ICsvProfilerProvider  
Public class IDefinitionProvider Allows users to publish "definitions", structs representing a definition event.
Public class IDiagnosticsProvider  
Public class IEditableBookmarkProvider The interface to a provider that can consume mutations of bookmark events from a session.
Public class IEditableCookProfilerProvider  
Public class IEditableCounter An interface that can consume mutations of the state of a counter.
Public class IEditableCounterProvider The interface to a provider that can consume mutations of counter events from a session.
Public class IEditableLogProvider  
Public class IEditableMetadataProvider  
Public class IEditableProvider  
Public class IEditableRegionProvider The interface to a provider that can consume mutations of region events from a session.
Public class IEditableThreadProvider An interface that can consume thread related events from a session.
Public class IEditableTimingProfilerProvider An interface that can consume timeline CpuProfiler events from a session.
Public class IFileActivityProvider  
Public class IFrameProvider  
Public class ILoadTimeProfilerProvider  
Public class ILogProvider  
Public class IMemoryProvider  
Public class IMetadataProvider  
Public class IModuleProvider  
Public class INetProfilerProvider What queries do we need?
Public class IProvider  
Public class IRegionProvider  
Public class IResolvedSymbolFilter  
Public class IScreenshotProvider  
Public class IStackSamplesProvider  
Public class ITableImportData  
Public class ITasksProvider Query interface to tasks info
Public class IThreadProvider  
Public class ITimingProfilerButterfly  
Public class ITimingProfilerProvider  
Public class ITimingProfilerTimerReader  

Typedefs

Name Description
FCacheId A unique id for a named cache entry.
FMemoryTagId  
FMemoryTrackerId  
FNetProfilerTimeStamp  
FSegmentIterator An iterator for segments
TagIdType Id type for tags.

Enums

Type Name Description
Public enum TraceServices::ECacheFlags Flags defining the behaviour of a cache entry
Public enum TraceServices::EContextSwitchEnumerationResult Copyright Epic Games, Inc. All Rights Reserved.
Public enum TraceServices::ECounterDisplayHint Copyright Epic Games, Inc. All Rights Reserved.
Public enum TraceServices::ECounterOpType Copyright Epic Games, Inc. All Rights Reserved.
Public enum TraceServices::EFileActivityType Copyright Epic Games, Inc. All Rights Reserved.
Public enum TraceServices::ELoadTimeProfilerObjectEventType Copyright Epic Games, Inc. All Rights Reserved.
Public enum TraceServices::EModuleStatus Copyright Epic Games, Inc. All Rights Reserved.
Public enum TraceServices::ENetProfilerAggregationMode Copyright Epic Games, Inc. All Rights Reserved.
Public enum TraceServices::ENetProfilerChannelCloseReason Mirrored from EChannelCloseReason on the runtime side.
Public enum TraceServices::ENetProfilerConnectionMode Copyright Epic Games, Inc. All Rights Reserved.
Public enum TraceServices::ENetProfilerConnectionState Mirrored from EConnectionState on the runtime side.
Public enum TraceServices::ENetProfilerDeliveryStatus Copyright Epic Games, Inc. All Rights Reserved.
Public enum TraceServices::ENetProfilerStatsCounterType This must be kept in sync with ENetTraceStatsCounterType in NetTrace.h.
Public enum TraceServices::EResolvedSymbolFilterStatus Copyright Epic Games, Inc. All Rights Reserved.
Public enum TraceServices::ESymbolQueryResult Result of a query.
Public enum TraceServices::ETableDiffResult Copyright Epic Games, Inc. All Rights Reserved.
Public enum TraceServices::ETableImportResult Copyright Epic Games, Inc. All Rights Reserved.
Public enum TraceServices::ETaskEnumerationOption Copyright Epic Games, Inc. All Rights Reserved.
Public enum TraceServices::ETaskEnumerationResult Copyright Epic Games, Inc. All Rights Reserved.

Functions

Type Name Description
const TCHAR ... TraceServices::ModuleStatusToString ( EModuleStatus Result )  
const TCHAR ... TraceServices::QueryResultToString ( ESymbolQueryResult Result ) Helper method to get a string representation of the query result.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library