CameraOrthoProjectToScreen(FVector3) Method

Project the provided 3D point to a 2D version that can be displayed on the caller's display.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public FVector2 ProjectToScreen(
	FVector3 subject
)

Parameters

subject  FVector3
Reference to the point, in World coordinates, to be projected to 2D.

Return Value

FVector2
Reference to a two dimensional point compatible with display on the caller's screen, if valid. Otherwise, null.

See Also