Navigation
API > API/Plugins > API/Plugins/GameplayCameras
A camera node that sets the perspective mode to orthographic.
| Name | UOrthographicCameraNode |
| Type | class |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Nodes/Common/OrthographicCameraNode.h |
| Include Path | #include "Nodes/Common/OrthographicCameraNode.h" |
Syntax
UCLASS (MinimalAPI, Meta=(CameraNodeCategories="Common"))
class UOrthographicCameraNode : public UCameraNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCameraNode → UOrthographicCameraNode
Implements Interfaces
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EnableOrthographicMode | FBooleanCameraParameter | Sets the perspective mode to orthographic. | Nodes/Common/OrthographicCameraNode.h |
|
| OrthographicWidth | FFloatCameraParameter | The width of the orthographic view. | Nodes/Common/OrthographicCameraNode.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/OrthographicCameraNode.h |