Navigation
API > API/Plugins > API/Plugins/GameplayCameras
| Name | ECameraTargetShape |
| Type | enum |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Nodes/Framing/CameraActorTargetInfo.h |
| Include Path | #include "Nodes/Framing/CameraActorTargetInfo.h" |
Syntax
enum ECameraTargetShape
{
Point,
AutomaticBounds,
ManualBounds,
}
Values
| Name | Remarks |
|---|---|
| Point | Use a single-point target. |
| AutomaticBounds | Use the target's computed bounds. |
| ManualBounds | Use custom bounds. |