Navigation
API > API/Developer > API/Developer/TraceInsights > API/Developer/TraceInsights/Insights > API/Developer/TraceInsights/Insights/ViewModels > API/Developer/TraceInsights/Insights/ViewModels/FBaseTimingTrack
References
| Module | TraceInsights |
| Header | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h |
| Include | #include "Insights/ViewModels/BaseTimingTrack.h" |
void SetValidLocations
(
ETimingTrackLocation InValidLocations
)
Remarks
Returns number of text lines needed to display the debug string. TODO: virtual int GetDebugStringLineCount() const { return 0; } Builds a string with debug text information. TODO: virtual void BuildDebugString(FString& OutStr) const {}