Unreal Engine Blueprint API Reference > Math > Vector 4
Determines if vector is normalized / unit (length 1). The W element is ignored.
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
struct | A |
Outputs
Type | Name | Description |
---|---|---|
boolean | Return Value | true if normalized, false otherwise. |