Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/FBaseFramingCameraNodeEvaluator
The current location of the target.
| Name | ETargetFramingState |
| Type | enum |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Nodes/Framing/BaseFramingCameraNode.h |
| Include Path | #include "Nodes/Framing/BaseFramingCameraNode.h" |
Syntax
enum ETargetFramingState
{
InDeadZone,
InSoftZone,
InHardZone,
}
Values
| Name | Remarks |
|---|---|
| InDeadZone | The target is in the dead zone, i.e. it can roam freely unless we have an active reframing to finish. |
| InSoftZone | The target is in the soft zone, i.e. we will attempt to gently bring it back to the ideal framing position. |
| InHardZone | The target is in the hard zone, i.e. it has exited the soft zone and we need to bring it back ASAP. |