Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/FCameraPose
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector3d GetTarget () |
Gets the location of the camera's target. | Core/CameraPose.h | |
FVector3d GetTarget
(
double InTargetDistance |
Gets the location of the camera's target given a specific distance. | Core/CameraPose.h |
GetTarget()
Description
Gets the location of the camera's target.
| Name | GetTarget |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraPose.h |
| Include Path | #include "Core/CameraPose.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Private/Core/CameraPose.cpp |
FVector3d GetTarget() const
GetTarget(double)
Description
Gets the location of the camera's target given a specific distance.
| Name | GetTarget |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraPose.h |
| Include Path | #include "Core/CameraPose.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Private/Core/CameraPose.cpp |
FVector3d GetTarget
(
double InTargetDistance
) const