FVector3Addition(Single, FVector3) Operator
Return the result of a vector added by scalar value.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FVector3 operator +(
float addend1,
FVector3 addend2
)
Public Shared Operator + (
addend1 As Single,
addend2 As FVector3
) As FVector3
No code example is currently available or this language may not be supported.
- addend1 Single
-
The scalar value to add.
- addend2 FVector3
-
Reference to the vector whose values will be added.
FVector3
Reference to a new vector representing the result of the addition.