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