Camera3DProjectToScreen(FVector3) Method
Project the provided 3D point to a 2D version that can be displayed on
the caller's display.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public FVector2 ProjectToScreen(
FVector3 subject
)
Public Function ProjectToScreen (
subject As FVector3
) As FVector2
No code example is currently available or this language may not be supported.
- subject FVector3
-
Reference to the point, in World coordinates, to be projected to 2D.
FVector2
Reference to a two dimensional point compatible with display on the
caller's screen, if valid. Otherwise, null.