unreal.VirtualCameraFocusMethod
¶
- class unreal.VirtualCameraFocusMethod¶
Bases:
unreal.EnumBase
EVirtual Camera Focus Method
C++ Source:
Plugin: VirtualCamera
Module: VirtualCamera
File: IVirtualCameraController.h
- AUTO¶
Focus distance automatically changes to focus on actors in a specific screen location
- Type
3
- MANUAL¶
User controls focus distance directly
- Type
1
- NONE¶
Depth of Field disabled entirely
- Type
0
- TRACKING¶
Focus distance is locked onto a specific point in relation to an actor
- Type
2