unreal.CameraShakePlaySpace¶
- class unreal.CameraShakePlaySpace¶
Bases:
EnumBaseECamera Shake Play Space
C++ Source:
Module: Engine
File: CameraTypes.h
- CAMERA_LOCAL: CameraShakePlaySpace = Ellipsis¶
This anim is applied in camera space.
- Type:
0
- USER_DEFINED: CameraShakePlaySpace = Ellipsis¶
This anim is applied in a user-specified space (defined by UserPlaySpaceMatrix).
- Type:
2
- WORLD: CameraShakePlaySpace = Ellipsis¶
This anim is applied in world space.
- Type:
1