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