FVector4Scale Method

Return the scaled vector.

Definition

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

Parameters

vector  FVector4
Vector to scale.
scale  FVector4
Scale to apply.

Return Value

FVector4
Vector with scaling applied.

See Also