unreal.CameraTargetShape¶
- class unreal.CameraTargetShape¶
Bases:
EnumBaseECamera Target Shape
C++ Source:
Plugin: GameplayCameras
Module: GameplayCameras
File: CameraActorTargetInfo.h
- AUTOMATIC_BOUNDS: CameraTargetShape = Ellipsis¶
Use the target’s computed bounds.
- Type:
1
- MANUAL_BOUNDS: CameraTargetShape = Ellipsis¶
Use custom bounds.
- Type:
2
- POINT: CameraTargetShape = Ellipsis¶
Use a single-point target.
- Type:
0