Navigation
API > API/Plugins > API/Plugins/TextureGraph
Histogram scan.
| Name | UTG_Expression_HistogramScan |
| Type | class |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/Expressions/Filter/TG_Expression_Levels.h |
| Include Path | #include "Expressions/Filter/TG_Expression_Levels.h" |
Syntax
UCLASS ()
class UTG_Expression_HistogramScan : public UTG_Expression
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UTG_Expression → UTG_Expression_HistogramScan
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Contrast | float | Drives the contrast of the histogram of the input image. | Expressions/Filter/TG_Expression_Levels.h |
|
| Input | FTG_Texture | The input image to adjust the levels for. | Expressions/Filter/TG_Expression_Levels.h |
|
| Output | FTG_Texture | The output image filtered result of the Levels operator. | Expressions/Filter/TG_Expression_Levels.h |
|
| Position | float | Drives the position of the histogram of the input image. | Expressions/Filter/TG_Expression_Levels.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LevelsControl | TSharedPtr< FLevels > | Expressions/Filter/TG_Expression_Levels.h |
Functions
Public
Overridden from UTG_Expression
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
FTG_EvaluationContext* InContext |
Histogram scan. | Expressions/Filter/TG_Expression_Levels.h | |
virtual FName GetCategory() |
Expressions/Filter/TG_Expression_Levels.h | ||
virtual FTG_SignaturePtr GetSignature() |
Expressions/Filter/TG_Expression_Levels.h | ||
virtual FText GetTooltipText() |
Expressions/Filter/TG_Expression_Levels.h |