Unreal Engine Blueprint API Reference > Math > Vector
Determines if vector is normalized / unit (length 1) within specified squared tolerance.
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
vector | A | |
real | Squared Lenth Tolerance |
Outputs
Type | Name | Description |
---|---|---|
boolean | Return Value | true if unit, false otherwise. |