Casts the value to the Float4 type. Float4
| 392 | /// </summary> |
| 393 | /// <returns>Float4</returns> |
| 394 | ShaderGraphValue AsFloat4() const |
| 395 | { |
| 396 | return Cast(*this, VariantType::Types::Float4); |
| 397 | } |
| 398 | |
| 399 | /// <summary> |
| 400 | /// Casts the value from its type to the another type. |
no test coverage detected