Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/UDisplayClusterCameraComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetDesiredView
(
FMinimalViewInfo& InOutViewInfo, |
Return ViewPoint for this component If the component logic supports postprocess, it will also be in the ViewInfo structure. | Components/DisplayClusterCameraComponent.h | |
virtual void GetDesiredView
(
const IDisplayClusterViewportConfiguration& InViewportConfiguration, |
Return ViewPoint for this component If the component logic supports postprocess, it will also be in the ViewInfo structure. | Components/DisplayClusterCameraComponent.h |
GetDesiredView(FMinimalViewInfo &, float *)
Description
Return ViewPoint for this component If the component logic supports postprocess, it will also be in the ViewInfo structure.
| Name | GetDesiredView |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Components/DisplayClusterCameraComponent.h |
| Include Path | #include "Components/DisplayClusterCameraComponent.h" |
virtual void GetDesiredView
(
FMinimalViewInfo & InOutViewInfo,
float * OutCustomNearClippingPlane
)
Parameters
| Name | Remarks |
|---|---|
| InOutViewInfo | ViewInfo data |
| OutCustomNearClippingPlane | Custom NCP, or a value less than zero if not defined. |
GetDesiredView(const IDisplayClusterViewportConfiguration &, FMinimalViewInfo &, float *)
Description
Return ViewPoint for this component If the component logic supports postprocess, it will also be in the ViewInfo structure.
| Name | GetDesiredView |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Components/DisplayClusterCameraComponent.h |
| Include Path | #include "Components/DisplayClusterCameraComponent.h" |
| Source | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Private/Game/EngineClasses/Scene/DisplayClusterCameraComponent.cpp |
virtual void GetDesiredView
(
const IDisplayClusterViewportConfiguration & InViewportConfiguration,
FMinimalViewInfo & InOutViewInfo,
float * OutCustomNearClippingPlane
) const
Parameters
| Name | Remarks |
|---|---|
| InOutViewInfo | ViewInfo data |
| OutCustomNearClippingPlane | Custom NCP, or a value less than zero if not defined. |