Unreal Engine Blueprint API Reference > Math > Vector
Get a copy of the vector as sign only. Each component is set to +1 or -1, with the sign of zero treated as +1.
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
vector | A | copy of the vector with each component set to +1 or -1 |
Outputs
Type | Name | Description |
---|---|---|
vector | Return Value |