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