Casts the value to the float type. Float
| 365 | /// </summary> |
| 366 | /// <returns>Float</returns> |
| 367 | ShaderGraphValue AsFloat() const |
| 368 | { |
| 369 | return Cast(*this, VariantType::Types::Float); |
| 370 | } |
| 371 | |
| 372 | /// <summary> |
| 373 | /// Casts the value to the Float2 type. |
no test coverage detected