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