FVector4SetVectorLength Method
Return a new vector of direction 'vector' with length = 'size'.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FVector4 SetVectorLength(
FVector4 vector,
float size
)
Public Shared Function SetVectorLength (
vector As FVector4,
size As Single
) As FVector4
No code example is currently available or this language may not be supported.
- vector FVector4
-
Reference to the vector to be converted.
- size Single
-
Target size of the new vector.
FVector4
Converted vector of specified size.