Unreal Engine Blueprint API Reference > Math > Rotator
Builds a rotator given only a XAxis. Y and Z are unspecified but will be orthonormal. XAxis need not be normalized.
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
vector | X |
Outputs
Type | Name | Description |
---|---|---|
rotator | Return Value | Builds a rotator given only a XAxis. Y and Z are unspecified but will be orthonormal. XAxis need not be normalized. |