ITimingViewSession

Hosts a number of timing view visualizers, represents a session of the timing view.

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

class ITimingViewSession  

Remarks

Hosts a number of timing view visualizers, represents a session of the timing view.

Destructors

Type Name Description
  ~ITimingViewSession ()  

Functions

Type Name Description
void AddBottomDockedTrack ( TSharedPtr< FBaseTimingTrack > Trac... ) Adds a new bottom docked track.
void AddForegroundTrack ( TSharedPtr< FBaseTimingTrack > Trac... ) Adds a new foreground track.
void AddOverlayWidget ( const TSharedRef< SWidget >& InWid... ) Adds a slot to the overlay.
void AddScrollableTrack ( TSharedPtr< FBaseTimingTrack > Trac... ) Adds a new scrollable track.
void AddTopDockedTrack ( TSharedPtr< FBaseTimingTrack > Trac... ) Adds a new top docked track.
void AddTrack ( TSharedPtr< FBaseTimingTrack > Trac..., ETimingTrackLocation Location ) Adds a new track, specifying the location.
TSharedPtr< ... FindTrack ( uint64 InTrackId ) Finds a track has been added via Add*Track().
const FName ... GetName () Gets the name of the view.
double GetTimeMarker () Gets the current marker time.
void InvalidateScrollableTracksOrder () Marks the scrollable tracks as not being in the correct order, so they will be re-sorted.
FCustomTimeM... OnCustomTimeMarkerChanged () Gets the delegate to be invoked when a custom time marker has changed.
FHoveredEven... OnHoveredEventChanged () Gets the delegate to be invoked when the timing event being hovered by the mouse has changed.
FHoveredTrac... OnHoveredTrackChanged () Gets the delegate to be invoked when the timing track being hovered by the mouse has changed.
FSelectedEve... OnSelectedEventChanged () Gets the delegate to be invoked when the selected timing event has changed.
FSelectedTra... OnSelectedTrackChanged () Gets the delegate to be invoked when the selected timing track has changed.
FSelectionCh... OnSelectionChanged () Gets the delegate to be invoked when the selection have been changed.
FTimeMarkerC... OnTimeMarkerChanged () Gets the delegate to be invoked when the time marker has changed.
Insights::FT... OnTrackAdded () Gets the delegate to be invoked when a new track is added.
Insights::FT... OnTrackRemoved () Gets the delegate to be invoked when a track is removed.
FTrackVisibi... OnTrackVisibilityChanged () Gets the delegate to be invoked when the track visibility has changed.
void PreventThrottling () Prevents mouse movements from throttling application updates.
bool RemoveBottomDockedTrack ( TSharedPtr< FBaseTimingTrack > Trac... ) Removes a bottom docked track. Returns whether the track was removed or not.
bool RemoveForegroundTrack ( TSharedPtr< FBaseTimingTrack > Trac... ) Removes a foreground track. Returns whether the track was removed or not.
bool RemoveScrollableTrack ( TSharedPtr< FBaseTimingTrack > Trac... ) Removes a scrollable track. Returns whether the track was removed or not.
bool RemoveTopDockedTrack ( TSharedPtr< FBaseTimingTrack > Trac... ) Removes a top docked track. Returns whether the track was removed or not.
bool RemoveTrack ( TSharedPtr< FBaseTimingTrack > Trac... ) Removes a track. Returns whether the track was removed or not.
void ResetEventFilter () Resets the event filter back to empty.
void ResetSelectedEvent () Resets the selected event back to empty.
void SetAndCenterOnTimeMarker ( double InTimeMarker ) Sets the current marker time and center the view on it
void SetTimeMarker ( double InTimeMarker ) Sets the current marker time.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library