FCameraLookatTrackingSettings

Settings to control the camera's lookat feature

Windows
MacOS
Linux

References

Module

CinematicCamera

Header

/Engine/Source/Runtime/CinematicCamera/Public/CineCameraActor.h

Include

#include "CineCameraActor.h"

Syntax

struct FCameraLookatTrackingSettings

Remarks

Settings to control the camera's lookat feature

Variables

Name Description

Public variable

TSoftObjectPtr<...

 

ActorToTrack

If set, camera will track this actor's location

Public variable

uint8: 1

 

bAllowRoll

True to allow user-defined roll, false otherwise.

Public variable

uint8: 1

 

bDrawDebugLookAtTrackingPosition

True to draw a debug representation of the lookat location

Public variable

uint8: 1

 

bEnableLookAtTracking

True to enable lookat tracking, false otherwise.

Public variable

FRotator

 

LastLookatTrackingRotation

Last known lookat tracking rotation (used during interpolation)

Public variable

float

 

LookAtTrackingInterpSpeed

Controls degree of smoothing. 0.f for no smoothing, higher numbers for faster/tighter tracking.

Public variable

FVector

 

RelativeOffset

Offset from actor position to look at.

Constructors

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss