Navigation
API > API/Plugins > API/Plugins/TextureGraphEditor
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- STextureHistogramBars
References
| Module | TextureGraphEditor |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraphEditor/Public/STextureHistogram.h |
| Include | #include "STextureHistogram.h" |
Syntax
class STextureHistogramBars : public SCompoundWidget
Remarks
Widget to Draw the Bars for Histogram.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& Args |
||
| void | DrawHistogramBars
(
const FGeometry& AllottedGeometry, |
||
| int | GetMaxBin () |
||
| void | SetHistogramData
(
const TArray< int32 >& InHistogramData |
||
| void | SetMax
(
int MaxValue |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| int32 | OnPaint
(
const FPaintArgs& Args, |
The widget should respond by populating the OutDrawElements array with FDrawElements that represent it and any of its children. | |
| void | Ticks this widget with Geometry. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |