RotationToVector: Difference between revisions

From Onset Developer Wiki
No edit summary
mNo edit summary
 
Line 12: Line 12:
{{FuncParam|rz|The rotation at Z axis.}}
{{FuncParam|rz|The rotation at Z axis.}}


{{FuncReturnValue|Returns 3 float values, RX, RY, RZ}}
{{FuncReturnValue|Returns 3 float values, X, Y, Z}}


== Example ==
== Example ==

Latest revision as of 08:56, 9 July 2021

RotationToVector

Type: Function
Context: Client
Introduced: v1.0

Description

Converts the given rotation into XYZ vectors.

https://docs.unrealengine.com/en-US/API/Runtime/Engine/Kismet/UKismetMathLibrary/Conv_RotatorToVector/index.html

Syntax

RotationToVector(rx, ry, rz)

Parameters

  • rx
    The rotation at X axis.
  • ry
    The rotation at Y axis.
  • rz
    The rotation at Z axis.

Return Value

  • Returns 3 float values, X, Y, Z

Example

__EDIT_ME__

See also