Casts the value to the integer type. Integer
| 347 | /// </summary> |
| 348 | /// <returns>Integer</returns> |
| 349 | ShaderGraphValue AsInt() const |
| 350 | { |
| 351 | return Cast(*this, VariantType::Types::Int); |
| 352 | } |
| 353 | |
| 354 | /// <summary> |
| 355 | /// Casts the value to the unsigned integer type. |
no test coverage detected