![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CineCameraSettings.h>
Public Member Functions | |
| FCameraTrackingFocusSettings () | |
Public Attributes | |
| TSoftObjectPtr< AActor > | ActorToTrack |
| FVector | RelativeOffset |
| uint8 | bDrawDebugTrackingFocusPoint: 1 |
Settings to control tracking-focus mode.
|
inline |
| TSoftObjectPtr<AActor> FCameraTrackingFocusSettings::ActorToTrack |
Focus distance will be tied to this actor's location.
| uint8 FCameraTrackingFocusSettings::bDrawDebugTrackingFocusPoint |
True to draw a debug representation of the tracked position.
| FVector FCameraTrackingFocusSettings::RelativeOffset |
Offset from actor position to track. Relative to actor if tracking an actor, relative to world otherwise.