Navigation
API > API/Runtime > API/Runtime/CinematicCamera
References
| Module | CinematicCamera |
| Header | /Engine/Source/Runtime/CinematicCamera/Public/CineCameraSettings.h |
| Include | #include "CineCameraSettings.h" |
Syntax
USTRUCT (BlueprintType )
struct FCameraTrackingFocusSettings
Remarks
Settings to control tracking-focus mode.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSoftObjectPtr< AActor > | ActorToTrack | Focus distance will be tied to this actor's location. | |
| uint8: 1 | bDrawDebugTrackingFocusPoint | True to draw a debug representation of the tracked position. | |
| FVector | RelativeOffset | Offset from actor position to track. |
Constructors
| Type | Name | Description | |
|---|---|---|---|