FVector4Normalize Method
            Normalize the values of the provided vector to unit value.
            
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.3011.3729
public static FVector4 Normalize(
	FVector4 vector
)
Public Shared Function Normalize ( 
	vector As FVector4
) As FVector4
No code example is currently available or this language may not be supported.
- vector  FVector4
- 
            Reference to the vector to convert.
            
FVector4
            Normalized version of the caller's vector.
            
 
            The normalized value of the vector represents each leg as a percentage
            of object's total length.