Navigation
API > API/Developer > API/Developer/TraceInsights > API/Developer/TraceInsights/Insights
References
| Module | TraceInsights |
| Header | /Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewSession.h |
| Include | #include "Insights/ITimingViewSession.h" |
Syntax
namespace Insights
{
enum ETimeChangedFlags
&123;
None,
Interactive = (1 << 0),
&125;
}
Values
| Name | Description |
|---|---|
| None | |
| Interactive | The event fired in response to an interactive change from the user. Will be followed by a non-interactive change finished. |
Remarks
Insights.