Navigation
API > API/Plugins > API/Plugins/TextureGraphEditor
Texture Histogram widget used to draw the histogram of a texture Require data in an TArray of FVector4
| Name | STextureHistogram |
| Type | class |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraphEditor/Public/STextureHistogram.h |
| Include Path | #include "STextureHistogram.h" |
Syntax
class STextureHistogram : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → STextureHistogram
- FSlateControlledConstruction → SWidget → SCompoundWidget → STextureHistogram
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDrawBars | bool | STextureHistogram.h | ||
| bDrawCombined | bool | STextureHistogram.h | ||
| HistogramBarsA | TSharedPtr< STextureHistogramBars > | STextureHistogram.h | ||
| HistogramBarsB | TSharedPtr< STextureHistogramBars > | STextureHistogram.h | ||
| HistogramBarsG | TSharedPtr< STextureHistogramBars > | STextureHistogram.h | ||
| HistogramBarsR | TSharedPtr< STextureHistogramBars > | STextureHistogram.h | ||
| HistogramCurveA | TSharedPtr< STextureHistogramCurve > | STextureHistogram.h | ||
| HistogramCurveB | TSharedPtr< STextureHistogramCurve > | STextureHistogram.h | ||
| HistogramCurveG | TSharedPtr< STextureHistogramCurve > | STextureHistogram.h | ||
| HistogramCurveR | TSharedPtr< STextureHistogramCurve > | STextureHistogram.h | ||
| HistogramData | TArray< FVector4 > | STextureHistogram.h | ||
| ReferenceLinesA | TSharedPtr< STextureHistogramReferenceLines > | STextureHistogram.h | ||
| ReferenceLinesB | TSharedPtr< STextureHistogramReferenceLines > | STextureHistogram.h | ||
| ReferenceLinesCombine | TSharedPtr< STextureHistogramReferenceLines > | STextureHistogram.h | ||
| ReferenceLinesG | TSharedPtr< STextureHistogramReferenceLines > | STextureHistogram.h | ||
| ReferenceLinesR | TSharedPtr< STextureHistogramReferenceLines > | STextureHistogram.h | ||
| SplitBox | TSharedPtr< SVerticalBox > | STextureHistogram.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& Args |
STextureHistogram.h | ||
void SetHistogramData
(
TArray< FVector4 > InHistogramData |
STextureHistogram.h |