FRotation3Assign(FRotation3, Single, Single, Single) Method

Set the value of the rotation.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public static void Assign(
	FRotation3 rotation,
	float x,
	float y,
	float z
)

Parameters

rotation  FRotation3
Reference to the rotation to be populated.
x  Single
X value to assign.
y  Single
Y value to assign.
z  Single
Z value to assign.

See Also