unreal.DisplayClusterWarpCameraViewTarget¶
- class unreal.DisplayClusterWarpCameraViewTarget¶
Bases:
EnumBaseA set of modes used to determine the view target of the stage’s geometry frustum
C++ Source:
Plugin: nDisplay
Module: DisplayClusterWarp
File: DisplayClusterWarpBlueprint_Enums.h
- GEOMETRIC_CENTER: DisplayClusterWarpCameraViewTarget = Ellipsis¶
The camera will point in the direction of the geometric center of the stage’s geometry
- Type:
0
- MATCH_VIEW_ORIGIN: DisplayClusterWarpCameraViewTarget = Ellipsis¶
The camera will point in the same direction as the frustum fit view point.
- Type:
1