Navigation
API > API/Plugins > API/Plugins/VirtualCamera > API/Plugins/VirtualCamera/AVirtualCameraPawnBase
References
| Module | VirtualCamera |
| Header | /Engine/Plugins/Experimental/VirtualCamera/Source/VirtualCamera/Public/VirtualCameraPawnBase.h |
| Include | #include "VirtualCameraPawnBase.h" |
void SetTrackedActorForFocus
&40;
AActor &42; ActorToTrack,
FVector TrackingPointOffset
&41;
Remarks
Forwards tracked actor changes to the camera component to be handled.
Parameters
| Name | Description |
|---|---|
| ActorToTrack | The actor that the focus should follow |
| TrackingPointOffset | The offset from the root of the actor to the point to focus on |