UVirtualCameraCineCameraComponent::SetTrackedActorForFocus

Sets tracked actor settings on the camera.

Windows
MacOS
Linux

References

Module

VirtualCamera

Header

/Engine/Plugins/Experimental/VirtualCamera/Source/VirtualCamera/Public/VirtualCameraCineCameraComponent.h

Include

#include "VirtualCameraCineCameraComponent.h"

Source

/Engine/Plugins/Experimental/VirtualCamera/Source/VirtualCamera/Private/VirtualCameraCineCameraComponent.cpp

Syntax

void SetTrackedActorForFocus
(
    AActor * ActorToTrack,
    const FVector TrackingPointOffset
)

Remarks

Sets tracked actor settings on the camera.

Parameters

Parameter

Description

ActorToTrack

The actor that the focus should follow

TrackingPointOffset

The offset from the root of the actor to the point to focus on

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