Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/UTG_Pin
References
| Module | TextureGraph |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraph/Public/TG_Pin.h |
| Include | #include "TG_Pin.h" |
| Source | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraph/Private/TG_Pin.cpp |
FString GetEvaluatedVarValue() const
Remarks
Useful for the UI: access the current value of this pin as passed to the evaluation if it is an input or received from the evaluation if it is an output if output pin: the selfVar else if input pin: if NOT connected: the selfVar else if connected with a conversion: the convertedVar else if connected without conversion: the Var from the connected pin This is MEANT TO BE USED for UI purpose !!!!