Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/Expressions > API/Plugins/TextureGraph/Expressions/Input
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UTG_Expression
- UTG_Expression_OutputSettings
References
| Module | TextureGraph |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraph/Public/Expressions/Input/TG_Expression_OutputSettings.h |
| Include | #include "Expressions/Input/TG_Expression_OutputSettings.h" |
Syntax
UCLASS ()
class UTG_Expression_OutputSettings : public UTG_Expression
Variables
| Type | Name | Description | |
|---|---|---|---|
| ULayerChannel * | Channel | ||
| FTG_OutputSettings | Input | Input is the one that recieves the Settings from another node. | |
| FTG_OutputSettings | Output | The output of the node. | |
| FTG_OutputSettings | Settings | Settings will overwrite the Input values from another node. |
Overridden from UTG_Expression
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
FTG_EvaluationContext* InContext |
This is THE evaluation call to overwrite. | |
| FName | GetCategory () |
||
| FTG_Name | |||
| FTG_SignaturePtr | GetSignature () |
||
| FName | GetTitleName () |
||
| FText | |||
| void | SetTitleName
(
FName NewName |
||
| bool | Validate
(
MixUpdateCyclePtr Cycle |
Validate internal checks, warnings and errors. |