Navigation
API > API/Developer > API/Developer/TraceInsightsCore
| Name | IBarGraphSegment |
| Type | class |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/ViewModels/IBarGraphSegment.h |
| Include Path | #include "InsightsCore/ViewModels/IBarGraphSegment.h" |
Syntax
class IBarGraphSegment
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IBarGraphSegment() |
InsightsCore/ViewModels/IBarGraphSegment.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLinearColor GetColor() |
Returns the color of the segment. | InsightsCore/ViewModels/IBarGraphSegment.h | |
double GetSize() |
Returns the relative segment size, in interval [0 .. 1]. | InsightsCore/ViewModels/IBarGraphSegment.h | |
FText GetText() |
Returns the text displayed on the segment. | InsightsCore/ViewModels/IBarGraphSegment.h | |
FLinearColor GetTextColor() |
Returns the color of the text displayed on the segment. | InsightsCore/ViewModels/IBarGraphSegment.h | |
FText GetToolTipText() |
Returns the tool tip text of the segment. | InsightsCore/ViewModels/IBarGraphSegment.h |