Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/Expressions > API/Plugins/TextureGraph/Expressions/Output
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UTG_Expression
- UTG_Expression_Output
References
| Module | TextureGraph |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraph/Public/Expressions/Output/TG_Expression_Output.h |
| Include | #include "Expressions/Output/TG_Expression_Output.h" |
Syntax
UCLASS ()
class UTG_Expression_Output : public UTG_Expression
Variables
| Type | Name | Description | |
|---|---|---|---|
| FTG_Variant::EType | CommonVariantType | ||
| FTG_SignaturePtr | DynSignature | ||
| FTG_Variant | Output | The final generated output value. | |
| FTG_OutputSettings | OutputSettings | When we will work on Node UI for FOutputSettings we will set the category as TG_Setting. | |
| FTG_Variant | Source | The final generated output. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | SetExport
(
bool bExport |
Sets the Export bool in OutputSettings pin. | |
| void |
Overridden from UTG_Expression
| Type | Name | Description | |
|---|---|---|---|
| bool | AssignCommonVariantType
(
FTG_Variant::EType InType |
||
| FTG_SignaturePtr | Build Signature in derived classes dynamically. | ||
| void | Evaluate
(
FTG_EvaluationContext* InContext |
This is THE evaluation call to overwrite. | |
| FName | GetCategory () |
||
| FTG_Variant::EType | |||
| FTG_Name | |||
| FTG_SignaturePtr | GetSignature () |
||
| FName | GetTitleName () |
||
| FText | |||
| void | Initialize () |
Initialize the expression in cascade from the node allowing it to re create transient data This is called in the PostLoad of the Graph | |
| void | NotifyCommonVariantTypeChanged
(
FTG_Variant::EType InType |
||
| void | If the signature changes and the node need to regenerate its own signature. | ||
| void | SetTitleName
(
FName NewName |