Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/FCameraRectangle
Description
Returns the SelectionDomain projected onto a plane offset from SelectionDomain.Plane by the given distance in the SelectionDomain.Plane.Normal direction.
Note: This function is in the public API to optimize selection in the UV editor where meshes are known to lie in the XY plane in front of the camera (so point projection/camera plane clipping is unnecessary)
| Name | ProjectSelectionDomain |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Mechanics/RectangleMarqueeMechanic.h |
| Include Path | #include "Mechanics/RectangleMarqueeMechanic.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Mechanics/RectangleMarqueeMechanic.cpp |
FRectangleInPlane ProjectSelectionDomain
(
double OffsetFromCameraPlane
) const