Navigation
API > API/Developer > API/Developer/TraceInsightsCore > API/Developer/TraceInsightsCore/SSegmentedBarGraph
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetSegmentsSource
(
const TArray< SegmentType >* InSegmentsSource |
Set the SegmentsSource. The graph bar will generate widgets to represent these segments. | InsightsCore/Widgets/SSegmentedBarGraph.h | |
void SetSegmentsSource
(
TSharedRef< UE::Slate::Containers::TObservableArray< SegmentType > > InSegmentsSource |
InsightsCore/Widgets/SSegmentedBarGraph.h | ||
void SetSegmentsSource
(
TUniquePtr< SegmentSourceType > Provider |
InsightsCore/Widgets/SSegmentedBarGraph.h |
SetSegmentsSource(const TArray< SegmentType > *)
Description
Set the SegmentsSource. The graph bar will generate widgets to represent these segments.
| Name | SetSegmentsSource |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Widgets/SSegmentedBarGraph.h |
| Include Path | #include "InsightsCore/Widgets/SSegmentedBarGraph.h" |
void SetSegmentsSource
(
const TArray < SegmentType > * InSegmentsSource
)
Parameters
| Name | Remarks |
|---|---|
| InSegmentsSource | A pointer to the array of segments that should be observed by this widget. |
SetSegmentsSource(TSharedRef< UE::Slate::Containers::TObservableArray< SegmentType > >)
| Name | SetSegmentsSource |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Widgets/SSegmentedBarGraph.h |
| Include Path | #include "InsightsCore/Widgets/SSegmentedBarGraph.h" |
void SetSegmentsSource
(
TSharedRef < UE::Slate::Containers::TObservableArray < SegmentType > > InSegmentsSource
)
SetSegmentsSource(TUniquePtr< SegmentSourceType >)
| Name | SetSegmentsSource |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Widgets/SSegmentedBarGraph.h |
| Include Path | #include "InsightsCore/Widgets/SSegmentedBarGraph.h" |
void SetSegmentsSource
(
TUniquePtr < SegmentSourceType > Provider
)