Navigation
API > API/Plugins > API/Plugins/GameplayCameras
A camera node that configures the camera filmback.
| Name | UFilmbackCameraNode |
| Type | class |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Nodes/Common/FilmbackCameraNode.h |
| Include Path | #include "Nodes/Common/FilmbackCameraNode.h" |
Syntax
UCLASS (MinimalAPI, Meta=(CameraNodeCategories="Common,Body"))
class UFilmbackCameraNode : public UCameraNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCameraNode → UFilmbackCameraNode
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UFilmbackCameraNode
(
const FObjectInitializer& ObjectInitializer |
Nodes/Common/FilmbackCameraNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AspectRatioAxisConstraint | TEnumAsByte< EAspectRatioAxisConstraint > | Defines the axis along which to constrain the aspect ratio of the evaluated camera. | Nodes/Common/FilmbackCameraNode.h |
|
| ConstrainAspectRatio | FBooleanCameraParameter | Whether to constrain the aspect ratio of the evaluated camera. | Nodes/Common/FilmbackCameraNode.h |
|
| OverrideAspectRatioAxisConstraint | FBooleanCameraParameter | Whether to override the default aspect ratio axis constraint defined on the player controller. | Nodes/Common/FilmbackCameraNode.h |
|
| Overscan | FFloatCameraParameter | Sensor overscan, in percentages (0% for no increase). | Nodes/Common/FilmbackCameraNode.h |
|
| SensorHeight | FFloatCameraParameter | Vertical size of filmback or digital sensor, in mm. | Nodes/Common/FilmbackCameraNode.h |
|
| SensorHorizontalOffset | FFloatCameraParameter | Horizontal offset of the sensor, in mm. | Nodes/Common/FilmbackCameraNode.h |
|
| SensorVerticalOffset | FFloatCameraParameter | Vertical offset of the sensor, in mm. | Nodes/Common/FilmbackCameraNode.h |
|
| SensorWidth | FFloatCameraParameter | Horizontal size of filmback or digital sensor, in mm. | Nodes/Common/FilmbackCameraNode.h |
|
Functions
Public
Protected
Overridden from UCameraNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FCameraNodeEvaluatorPtr OnBuildEvaluator
(
FCameraNodeEvaluatorBuilder& Builder |
Builds the evaluator for this node. | Nodes/Common/FilmbackCameraNode.h |