FRelationInfo

Relation with another task, when and where it was established

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

References

   
Module TraceServices
Header /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/TasksProfiler.h
Include #include "TraceServices/Model/TasksProfiler.h"

Syntax

struct FRelationInfo  

Remarks

Relation with another task, when and where it was established

Variables

Type Name Description
TaskTrace::FId RelativeId  
uint32 ThreadId  
double Timestamp  

Constructors

Type Name Description
  FRelationInfo ( TaskTrace::FId InRelativeId, double InTimestamp, uint32 InThreadId )  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library