Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/Expressions > API/Plugins/TextureGraph/Expressions/UTG_Expression_Variant
- UTG_Expression_Variant::ErrorCheckInputTextures()
- UTG_Expression_Clamp::ErrorCheckInputTextures()
- UTG_Expression_SmoothStep::ErrorCheckInputTextures()
References
| Module | TextureGraph |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraph/Public/Expressions/TG_Expression_Variant.h |
| Include | #include "Expressions/TG_Expression_Variant.h" |
virtual bool ErrorCheckInputTextures() const
Remarks
Only override this if you don't want use the base class error handling (which is quite strict out of the box). Clamp expression is one which does it's own error checking and avoids using the strict handling of the base class