Navigation
API > API/Plugins > API/Plugins/GameplayCameras
Result for an aiming operation.
| Name | UE::Cameras::ECameraAimingResult |
| Type | enum |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Math/CameraAimingMath.h |
| Include Path | #include "Math/CameraAimingMath.h" |
Syntax
namespace UE
{
namespace Cameras
{
enum ECameraAimingResult
{
Success,
NoSolution,
NoSolver,
}
}
}
Values
| Name | Remarks |
|---|---|
| Success | The aiming was successful. |
| NoSolution | The aiming did not have a valid solution. |
| NoSolver | The aiming was not possible for the given camera rig. |