FVector3Scale Method

Return the scaled vector.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FVector3 Scale(
	FVector3 vector,
	FVector3 scale
)

Parameters

vector  FVector3
Vector to scale.
scale  FVector3
Scale to apply.

Return Value

FVector3
Vector with scaling applied.

See Also