FVector3Equals(FVector3, Single, Single, Single) Method

Return a value indicating whether the values in the supplied vector are equal to the specified elemental associations.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static bool Equals(
	FVector3 vector,
	float x,
	float y,
	float z
)

Parameters

vector  FVector3
Reference to the vector to be compared.
x  Single
The X value to compare.
y  Single
The Y value to compare.
z  Single
The Z value to compare.

Return Value

Boolean
Value indicating whether the axis values are equal to those found in the caller's supplied vector.

See Also