Unreal Engine Blueprint API Reference > Math > Vector
Gets the reciprocal of this vector, avoiding division by zero. Zero components are set to BIG_NUMBER.
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
vector | A |
Outputs
Type | Name | Description |
---|---|---|
vector | Return Value | Reciprocal of this vector. |