FVector4Mask Method
            Mask one or more values out of the caller's vector.
            
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.3011.3729
public static FVector4 Mask(
	FVector4 vector,
	string mask
)
Public Shared Function Mask ( 
	vector As FVector4,
	mask As String
) As FVector4
No code example is currently available or this language may not be supported.
- vector  FVector4
- 
            Vector to copy.
            
- mask  String
- 
            Names of one or more axis to mask from the return value.
            
FVector4
            Copy of caller's vector, where the specified axis have been masked out.