Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Nodes > API/Plugins/GameplayCameras/Nodes/Common
Inheritance Hierarchy
- UObject
- IObjectTreeGraphObject
- UCameraNode
- UFieldOfViewCameraNode
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Nodes/Common/FieldOfViewCameraNode.h |
| Include | #include "Nodes/Common/FieldOfViewCameraNode.h" |
Syntax
UCLASS (MinimalAPI, Meta=(CameraNodeCategories="Common,Lens"))
class UFieldOfViewCameraNode : public UCameraNode
Remarks
A camera node that sets the field of view of the camera.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FFloatCameraParameter | FieldOfView | The field of view, in degrees. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UFieldOfViewCameraNode
(
const FObjectInitializer& ObjectInit |
Overridden from UCameraNode
| Type | Name | Description | |
|---|---|---|---|
| FCameraNodeEvaluatorPtr | OnBuildEvaluator
(
FCameraNodeEvaluatorBuilder& Builder |
Builds the evaluator for this node. |