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