FPoint3(FVector3) Constructor
Create a new Instance of the FPoint Item.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public FPoint3(
FVector3 source
)
Public Sub New (
source As FVector3
)
No code example is currently available or this language may not be supported.
Parameters
- source FVector3
-
Reference to an instance of an FVector3 to use for reference values.