Navigation
API > API/Plugins > API/Plugins/DisplayClusterWarp
A set of modes used to determine the view target of the stage's geometry frustum
| Name | EDisplayClusterWarpCameraViewTarget |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterWarp/Public/Blueprints/DisplayClusterWarpBlueprint_Enums.h |
| Include Path | #include "Blueprints/DisplayClusterWarpBlueprint_Enums.h" |
Syntax
enum EDisplayClusterWarpCameraViewTarget
{
UMETA =(DisplayName = "Geometric Center"),
UMETA =(DisplayName = "Match View Point"),
}
Values
| Name | Remarks |
|---|---|
| UMETA | The camera will point in the direction of the geometric center of the stage's geometry |
| UMETA | The camera will point in the same direction as the frustum fit view point. |