Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Nodes > API/Plugins/GameplayCameras/Nodes/Common
Inheritance Hierarchy
- UObject
- IObjectTreeGraphObject
- UCameraNode
- UFilmbackCameraNode
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Nodes/Common/FilmbackCameraNode.h |
| Include | #include "Nodes/Common/FilmbackCameraNode.h" |
Syntax
UCLASS (MinimalAPI, Meta=(CameraNodeCategories="Common,Body"))
class UFilmbackCameraNode : public UCameraNode
Remarks
A camera node that configures the camera filmback.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TEnumAsByte< EAspectRatioAxisConstraint > | AspectRatioAxisConstraint | Defines the axis along which to constrain the aspect ratio of the evaluated camera. | |
| FBooleanCameraParameter | ConstrainAspectRatio | Whether to constrain the aspect ratio of the evaluated camera. | |
| FFloatCameraParameter | ISO | The camera sensor sensitivity in ISO. | |
| FBooleanCameraParameter | OverrideAspectRatioAxisConstraint | Whether to override the default aspect ratio axis constraint defined on the player controller. | |
| FFloatCameraParameter | SensorHeight | Vertical size of filmback or digital sensor, in mm. | |
| FFloatCameraParameter | SensorWidth | Horizontal size of filmback or digital sensor, in mm. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UFilmbackCameraNode
(
const FObjectInitializer& ObjectInitializer |
Overridden from UCameraNode
| Type | Name | Description | |
|---|---|---|---|
| FCameraNodeEvaluatorPtr | OnBuildEvaluator
(
FCameraNodeEvaluatorBuilder& Builder |
Builds the evaluator for this node. |