TraceServices::EEventSortOrder

Copyright Epic Games, Inc. All Rights Reserved.

Unreal Engine C++ API Reference > Developer > TraceServices > TraceServices > Containers

References

   
Module TraceServices
Header /Engine/Source/Developer/TraceServices/Public/TraceServices/Containers/Timelines.h
Include #include "TraceServices/Containers/Timelines.h"

Syntax

namespace TraceServices  
{  
    enum EEventSortOrder  
    {  
        ByStartTime,  
        ByEndTime,  
    }  
}  

Values

Name Description
ByStartTime  
ByEndTime  

Remarks

Insights.

IRewindDebugger

Public interface to rewind debugger


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library