Insights::ETimeChangedFlags

Insights.

Windows
MacOS
Linux

References

Module

TraceInsights

Header

/Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewSession.h

Include

#include "Insights/ITimingViewSession.h"

Syntax

namespace Insights
{
    enum ETimeChangedFlags
    {
        None,
        Interactive    = (1 << 0),
    }
}

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss