FVector3Addition(FVector3, Single) Operator

Return the result of a vector added by scalar value.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static FVector3 operator +(
	FVector3 addend1,
	float addend2
)

Parameters

addend1  FVector3
Reference to the vector whose values will be added.
addend2  Single
The scalar value to add.

Return Value

FVector3
Reference to a new vector representing the result of the addition.

See Also