Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Nodes > API/Plugins/GameplayCameras/Nodes/Common
Inheritance Hierarchy
- UObject
- IObjectTreeGraphObject
- UCameraNode
- UClippingPlanesCameraNode
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Nodes/Common/ClippingPlanesCameraNode.h |
| Include | #include "Nodes/Common/ClippingPlanesCameraNode.h" |
Syntax
UCLASS (MinimalAPI, Meta=(CameraNodeCategories="Common,Rendering"))
class UClippingPlanesCameraNode : public UCameraNode
Remarks
A camera node that sets the clipping planes for the evaluated camera.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FDoubleCameraParameter | FarPlane | ||
| FDoubleCameraParameter | NearPlane |
Overridden from UCameraNode
| Type | Name | Description | |
|---|---|---|---|
| FCameraNodeEvaluatorPtr | OnBuildEvaluator
(
FCameraNodeEvaluatorBuilder& Builder |
Builds the evaluator for this node. |