FVector3(FVector3) Constructor
Create a new instance of the FVector3 Item.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public FVector3(
FVector3 vector
)
Public Sub New (
vector As FVector3
)
No code example is currently available or this language may not be supported.
Parameters
- vector FVector3
-
Reference to a vector whose values will be copied.