Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/UTG_Pin > API/Plugins/TextureGraph/UTG_Pin/GetValue
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 |
bool GetValue
(
float & OutValue
) const
Remarks
Set/Get default value of the SelfVar of the Pin The methods check that the type requested is compatible with the actual cpp type of the Pin's argument to proceed The function return true if valid, false otherwise, if false they are NO OP