Navigation
API > API/Plugins > API/Plugins/TextureGraphEditor
Widget to Draw the Reference Lines for Histogram.
| Name | STextureHistogramReferenceLines |
| Type | class |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraphEditor/Public/STextureHistogram.h |
| Include Path | #include "STextureHistogram.h" |
Syntax
class STextureHistogramReferenceLines : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → STextureHistogramReferenceLines
- FSlateControlledConstruction → SWidget → SCompoundWidget → STextureHistogramReferenceLines
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDraw | bool | STextureHistogram.h | ||
| bDrawBackground | bool | STextureHistogram.h | ||
| Canvas | TSharedPtr< SCanvas > | STextureHistogram.h | ||
| Color | FLinearColor | STextureHistogram.h | ||
| Label | FString | STextureHistogram.h | ||
| Max | int | STextureHistogram.h | ||
| NumBins | int32 | STextureHistogram.h | ||
| NumHorizontalScaleLines | int | STextureHistogram.h | ||
| NumVerticalScaleLines | int | STextureHistogram.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& Args |
STextureHistogram.h | ||
void DrawReferenceLines
(
const FGeometry& AllottedGeometry, |
STextureHistogram.h | ||
void SetMax
(
int MaxValue |
STextureHistogram.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 OnPaint
(
const FPaintArgs& Args, |
STextureHistogram.h | ||
virtual void Tick
(
const FGeometry& AllottedGeometry, |
STextureHistogram.h |