FVector4Mask 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 FVector4 Mask(
	FVector4 vector,
	string mask
)

Parameters

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

Return Value

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

See Also