A CameraModifier is a base class for objects that may adjust the final camera properties after being computed by the APlayerCameraManager (
Member | Type | Offset | Share |
---|---|---|---|
bDebug : 1 | char | 0x28 | |
bExclusive : 1 | char | 0x28 | |
Priority
Priority value that determines the order in which modifiers are applied. |
char | 0x2c | |
CameraOwner
Camera this object is associated with. |
APlayerCameraManager* | 0x30 | |
AlphaInTime
When blending in, alpha proceeds from 0 to 1 over this time |
float | 0x38 | |
AlphaOutTime
When blending out, alpha proceeds from 1 to 0 over this time |
float | 0x3c | |
Alpha
Current blend alpha. |
float | 0x40 |