FQuaternionSet Method

Set the properties of the specified quaternion through an abbreviated method.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static void Set(
	FQuaternion quaternion,
	float x,
	float y,
	float z,
	float w
)

Parameters

quaternion  FQuaternion
Reference to the quaternion whose properties are to be updated.
x  Single
X value to set.
y  Single
Y value to set.
z  Single
Z value to set.
w  Single
W value to set.

Remarks

Using the set method bypasses any events in this version.

See Also