Navigation
API > API/Plugins > API/Plugins/GameplayCameras
A camera node that sets the field of view of the camera by evaluating a curve.
| Name | USplineFieldOfViewCameraNode |
| Type | class |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Nodes/Common/SplineFieldOfViewCameraNode.h |
| Include Path | #include "Nodes/Common/SplineFieldOfViewCameraNode.h" |
Syntax
UCLASS (MinimalAPI, Meta=(CameraNodeCategories="Common,Lens"))
class USplineFieldOfViewCameraNode : public UCameraNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCameraNode → USplineFieldOfViewCameraNode
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
USplineFieldOfViewCameraNode
(
const FObjectInitializer& ObjectInit |
Nodes/Common/SplineFieldOfViewCameraNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FieldOfViewSpline | FCameraSingleCurve | The field of view, in degrees. | Nodes/Common/SplineFieldOfViewCameraNode.h |
|
| SplineInput | FFloatCameraParameter | The input to pass to the field of view spline. | Nodes/Common/SplineFieldOfViewCameraNode.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/SplineFieldOfViewCameraNode.h |