Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/Expressions > API/Plugins/TextureGraph/Expressions/Maths > API/Plugins/TextureGraph/Expressions/Maths/UTG_Expression_OneInput
- UTG_Expression_Variant::GetEvaluateArgs()
- UTG_Expression_OneInput::GetEvaluateArgs()
References
| Module | TextureGraph |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraph/Public/Expressions/Maths/TG_Expression_Maths_OneInput.h |
| Include | #include "Expressions/Maths/TG_Expression_Maths_OneInput.h" |
virtual std::vector< FTG_Variant > GetEvaluateArgs()
Remarks
If you use the basic structure of variant expression then you'll need to implement this correctly. There are plenty of examples. This simplifies a lot of error checking and most of the error checking gets handled in the base class