Navigation
API > API/Plugins > API/Plugins/DisplayClusterScenePreview > API/Plugins/DisplayClusterScenePreview/FDisplayClusterLightCardEditorHe-
References
| Module | DisplayClusterScenePreview |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterScenePreview/Public/DisplayClusterLightCardEditorHelper.h |
| Include | #include "DisplayClusterLightCardEditorHelper.h" |
| Source | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterScenePreview/Private/DisplayClusterLightCardEditorHelper.cpp |
void MoveActorsToPixel
&40;
const TArray< FDisplayClusterWeakStageActorPtr > & Actors,
const FIntPoint & PixelPos,
const FSceneView & SceneView
&41;
Remarks
Moves the given light cards to the specified pixel position within the provided scene view.
Parameters
| Name | Description |
|---|---|
| Actors | The actors that we are moving |
| PixelPos | The pixel location to move the actors to |
| SceneView | The scene view used to convert from pixel position to 3D position |