Insights::ETimeChangedFlags

Insights.

Unreal Engine C++ API Reference > 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  
    {  
        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.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library