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