Navigation
API > API/Plugins > API/Plugins/GameplayCameras
| |
|
| Name |
FCameraIKAimIterationDebugInfo |
| Type |
struct |
| Header File |
/Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraIKAim.h |
| Include Path |
#include "Core/CameraIKAim.h" |
Syntax
struct FCameraIKAimIterationDebugInfo
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bFoundSolver |
bool |
|
Core/CameraIKAim.h |
|
| bNeededSolver |
bool |
|
Core/CameraIKAim.h |
|
| bSolvingSuccess |
bool |
|
Core/CameraIKAim.h |
|
| CameraPoseLocation |
FVector3d |
|
Core/CameraIKAim.h |
|
| CameraPoseRotation |
FRotator3d |
|
Core/CameraIKAim.h |
|
| ErrorAngle |
double |
|
Core/CameraIKAim.h |
|
| ErrorDistance |
double |
|
Core/CameraIKAim.h |
|
| PivotJointLocation |
FVector3d |
|
Core/CameraIKAim.h |
|
| YawPitchCorrection |
FVector2d |
|
Core/CameraIKAim.h |
|