FVector3Mask Method

Mask one or more values out of the caller's vector.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FVector3 Mask(
	FVector3 vector,
	string mask
)

Parameters

vector  FVector3
Vector to copy.
mask  String
Names of one or more axis to mask from the return value.

Return Value

FVector3
Copy of caller's vector, where the specified axis have been masked out.

See Also