TraceServices

Unreal Engine C++ API Reference > Developer > TraceServices

Filters

  • (Common)[API\Developer\TraceServices\TraceServices\Common]
  • (Containers)[API\Developer\TraceServices\TraceServices\Containers]
  • (Model)[API\Developer\TraceServices\TraceServices\Model]

Classes

Type Name Description
Public struct FModuleInfo  
Public struct FModuleInfoEx  
Public class IAnalysisService  
Public class IModule  
Public class IModuleService  
Public class ITraceServicesModule  

Functions

Type Name Description
TSharedPtr< ... TraceServices::CreateAnalysisSession ( uint32 InTraceId, const TCHAR* InSessionName, TUniquePtr< UE::Trace::IInDataStrea... ) Create an IAnalysisSession object for external analysis.
TSharedPtr< ... TraceServices::CreateBookmarksAnalyzer ( IAnalysisSession& InSession, IEditableBookmarkProvider& InEdita... ) Create an IAnalyzer object for analyzing bookmark events.
TSharedPtr< ... TraceServices::CreateCountersAnalyzer ( IAnalysisSession& InSession, IEditableCounterProvider& InEditab... ) Create an IAnalyzer object for analyzing counter events.
TSharedPtr< ... TraceServices::CreateCpuProfilerAnalyzer ( IAnalysisSession& InSession, IEditableTimingProfilerProvider& I..., IEditableThreadProvider& InEditabl... ) Create an IAnalyzer object for external analysis.
TArrayView< ... TraceServices::FTraceAnalyzerUtils::LegacyAttachmentArray ( const ANSICHAR* FieldName, const UE::Trace::IAnalyzer::FOnEven... )  
FString TraceServices::FTraceAnalyzerUtils::LegacyAttachmentString ( const ANSICHAR* FieldName, const UE::Trace::IAnalyzer::FOnEven... )  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library