UCameraComponent > USceneComponent > UActorComponent > UObject
A specialized version of a camera component, geared toward cinematic usage.
Member | Type | Offset | Share |
---|---|---|---|
FilmbackSettings | FCameraFilmbackSettings | 0x7b0 | |
Filmback
Controls the filmback of the camera. |
FCameraFilmbackSettings | 0x7bc | |
LensSettings
Controls the camera's lens. |
FCameraLensSettings | 0x7c8 | |
FocusSettings
Controls the camera's focus. |
FCameraFocusSettings | 0x7e0 | |
CurrentFocalLength
Current focal length of the camera (i.e. controls FoV, zoom) |
float | 0x838 | |
CurrentAperture
Current aperture, in terms of f-stop (e.g. 2.8 for f/2.8) |
float | 0x83c | |
CurrentFocusDistance
Read-only. Control this value via FocusSettings. |
float | 0x840 | |
FilmbackPresets
List of available filmback presets |
TArray<FNamedFilmbackPreset> | 0x850 | |
LensPresets
List of available lens presets |
TArray<FNamedLensPreset> | 0x860 | |
DefaultFilmbackPresetName | FString | 0x870 | |
DefaultFilmbackPreset
Name of the default filmback preset |
FString | 0x880 | |
DefaultLensPresetName
Name of the default lens preset |
FString | 0x890 | |
DefaultLensFocalLength
Default focal length (will be constrained by default lens) |
float | 0x8a0 | |
DefaultLensFStop
Default aperture (will be constrained by default lens) |
float | 0x8a4 |