Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Core
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraPose.h |
| Include | #include "Core/CameraPose.h" |
Syntax
struct FCameraPoseFlags
Remarks
Boolean flags for each of the properties inside FCameraPose.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | Aperture | ||
| bool | AspectRatioAxisConstraint | ||
| bool | ConstrainAspectRatio | ||
| bool | DiaphragmBladeCount | ||
| bool | EnablePhysicalCamera | ||
| bool | FarClippingPlane | ||
| bool | FieldOfView | ||
| bool | FocalLength | ||
| bool | FocusDistance | ||
| bool | ISO | ||
| bool | Location | ||
| bool | NearClippingPlane | ||
| bool | OverrideAspectRatioAxisConstraint | ||
| bool | PhysicalCameraBlendWeight | ||
| bool | Rotation | ||
| bool | SensorHeight | ||
| bool | SensorWidth | ||
| bool | ShutterSpeed | ||
| bool | SqueezeFactor | ||
| bool | TargetDistance |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Creates a new flags structure. | |||
FCameraPoseFlags
(
bool bInValue |
Creates a new flags structure with all flags set to the given value. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FCameraPoseFlags & | All () |
Returns a structure where all flags are set. | |
| FCameraPoseFlags & | AND
(
const FCameraPoseFlags& OtherFlags |
Combines the flags with an AND logical operation. | |
| FCameraPoseFlags & | ExclusiveCombine
(
const FCameraPoseFlags& OtherFlags |
Sets the flags that are set in OtherFlags, but checks that no flag is set on both structures. | |
| FCameraPoseFlags & | OR
(
const FCameraPoseFlags& OtherFlags |
Combines the flags with an OR logical operation. | |
| FCameraPoseFlags & | SetAllFlags
(
bool bInValue |
Sets all flags to the given value. |