Casts the value to the Float2 type. Float2
| 374 | /// </summary> |
| 375 | /// <returns>Float2</returns> |
| 376 | ShaderGraphValue AsFloat2() const |
| 377 | { |
| 378 | return Cast(*this, VariantType::Types::Float2); |
| 379 | } |
| 380 | |
| 381 | /// <summary> |
| 382 | /// Casts the value to the Float3 type. |
no test coverage detected