Unreal Engine Blueprint API Reference > Math > Vector 2D
Checks whether all components of the vector are exactly zero.
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
vector2d struct | A |
Outputs
Type | Name | Description |
---|---|---|
boolean | Return Value | true if vector is exactly zero, otherwise false. |