Navigation
API > API/Plugins > API/Plugins/TextureGraphEditor > API/Plugins/TextureGraphEditor/STextureHistogramReferenceLines
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraphEditor/Public/STextureHistogram.h |
| Include Path | #include "STextureHistogram.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< STextureHistogramReferenceLines >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → STextureHistogramReferenceLines::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 & bDraw
(
bool InArg |
STextureHistogram.h | ||
WidgetArgsType & bDrawBackground
(
bool InArg |
STextureHistogram.h | ||
WidgetArgsType & Color
(
FLinearColor InArg |
STextureHistogram.h | ||
WidgetArgsType & Height
(
float InArg |
STextureHistogram.h | ||
WidgetArgsType & Label
(
FString InArg |
STextureHistogram.h | ||
WidgetArgsType & NumBins
(
int32 InArg |
STextureHistogram.h | ||
WidgetArgsType & NumHorizontalScaleLines
(
int InArg |
STextureHistogram.h | ||
WidgetArgsType & NumVerticalScaleLines
(
int InArg |
STextureHistogram.h |