Navigation
API > API/Plugins > API/Plugins/TextureGraphEditor
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- STextureHistogram
References
| Module | TextureGraphEditor |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraphEditor/Public/STextureHistogram.h |
| Include | #include "STextureHistogram.h" |
Syntax
class STextureHistogram : public SCompoundWidget
Remarks
Texture Histogram widget used to draw the histogram of a texture Require data in an TArray of FVector4
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& Args |
||
| void | SetHistogramData
(
TArray< FVector4 > InHistogramData |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |