Navigation
API > API/Plugins > API/Plugins/VirtualCamera > API/Plugins/VirtualCamera/AVirtualCameraPlayerControllerBa-
References
| Module | VirtualCamera |
| Header | /Engine/Plugins/Experimental/VirtualCamera/Source/VirtualCamera/Public/VirtualCameraPlayerControllerBase.h |
| Include | #include "VirtualCameraPlayerControllerBase.h" |
| Source | /Engine/Plugins/Experimental/VirtualCamera/Source/VirtualCamera/Private/VirtualCameraPlayerControllerBase.cpp |
bool GetCurrentTrackerLocationAndRotation
&40;
FVector & OutTrackerLocation,
FRotator & OutTrackerRotation
&41;
Remarks
Get the current tracker location and rotation based on selected input method. true if getting the location/rotation was successful, false otherwise
Parameters
| Name | Description |
|---|---|
| OutTrackerLocation | The current location of the tracker being used |
| OutTrackerRotation | The current rotation of the tracker being used |