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_InputParam
- UTG_Expression_Color
- UTG_Expression_Scalar
- UTG_Expression_Texture
- UTG_Expression_Vector
References
| Module | TextureGraph |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraph/Public/Expressions/Input/TG_Expression_InputParam.h |
| Include | #include "Expressions/Input/TG_Expression_InputParam.h" |
Syntax
UCLASS (Abstract)
class UTG_Expression_InputParam : public UTG_Expression
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsConstant | Node can be converted from Param to Constant. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FTG_SignaturePtr | |||
| FTG_SignaturePtr | These 2 methods need to be implemented to provide concrete signatures for derived InputParam expression classes | ||
| void | SetbIsConstant
(
bool InIsConstant |
||
| void |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |