Navigation
API > API/Plugins > API/Plugins/TextureGraphEditor > API/Plugins/TextureGraphEditor/STextureHistogram
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraphEditor/Public/STextureHistogram.h |
| Include Path | #include "STextureHistogram.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< STextureHistogram >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → STextureHistogram::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
STextureHistogram.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | STextureHistogram.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & ACurveColor
(
FLinearColor InArg |
STextureHistogram.h | ||
WidgetArgsType & BCurveColor
(
FLinearColor InArg |
STextureHistogram.h | ||
WidgetArgsType & bDrawBackground
(
bool InArg |
STextureHistogram.h | ||
WidgetArgsType & bDrawScaleLines
(
bool InArg |
STextureHistogram.h | ||
WidgetArgsType & DrawLayout
(
ETextureHistogramLayout InArg |
STextureHistogram.h | ||
WidgetArgsType & DrawStyle
(
ETextureHistogramStyle InArg |
STextureHistogram.h | ||
WidgetArgsType & GCurveColor
(
FLinearColor InArg |
STextureHistogram.h | ||
WidgetArgsType & Height
(
float InArg |
STextureHistogram.h | ||
WidgetArgsType & NumBins
(
int32 InArg |
STextureHistogram.h | ||
WidgetArgsType & NumHorizontalScaleLines
(
int InArg |
STextureHistogram.h | ||
WidgetArgsType & NumVerticalScaleLines
(
int InArg |
STextureHistogram.h | ||
WidgetArgsType & RCurveColor
(
FLinearColor InArg |
STextureHistogram.h | ||
WidgetArgsType & ScaleLineColor
(
FLinearColor InArg |
STextureHistogram.h |