Navigation
API > API/Plugins > API/Plugins/GameplayCameras
The type of evaluation being run.
| Name | UE::Cameras::ECameraNodeEvaluationType |
| Type | enum |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraNodeEvaluator.h |
| Include Path | #include "Core/CameraNodeEvaluator.h" |
Syntax
namespace UE
{
namespace Cameras
{
enum ECameraNodeEvaluationType
{
Standard,
ViewRotationPreview,
IK,
EditorPreview,
}
}
}
Values
| Name | Remarks |
|---|---|
| Standard | Normal evaluation. |
| ViewRotationPreview | View rotation evaluation. |
| IK | Evaluation for IK aiming. |
| EditorPreview | Evaluation for editor preview. |