Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Math > API/Plugins/GameplayCameras/Math/FFramingZone
| Type | Name | Description | |
|---|---|---|---|
| void | ClampBounds () |
Makes sure all the bounds have valid values between 0 and 1. | |
| void | ClampBounds
(
const FVector2d& MustContain |
Makes sure all the bounds have valid values between 0 and 1, and that the enclosed rectangle contains the given target point. | |
| void | ClampBounds
(
const FFramingZone& MustContain |
Makes sure all the bounds have valid values between 0 and 1, and that the enclosed rectangle contains the given inner rectangle. |