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