Navigation
API > API/Plugins > API/Plugins/DisplayClusterWarp > API/Plugins/DisplayClusterWarp/Components
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorComponent
- USceneComponent
- UDisplayClusterCameraComponent
- UDisplayClusterInFrustumFitCameraComponent
References
| Module | DisplayClusterWarp |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterWarp/Public/Components/DisplayClusterInFrustumFitCameraComponent.h |
| Include | #include "Components/DisplayClusterInFrustumFitCameraComponent.h" |
Syntax
UCLASS (ClassGroup=(DisplayCluster),
Meta=(BlueprintSpawnableComponent, DisplayName="NDisplay Frustum Fit View Point"))
class UDisplayClusterInFrustumFitCameraComponent : public UDisplayClusterCameraComponent
Remarks
3D point in space used to project the camera view onto a group of nDisplay viewports. Support projection policies: mpcdi/pfm 2d/a3d, mesh.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnableCameraProjection | Camera projection mode is used. | |
| bool | bShowPreviewFrustumFit | Show additional warped preview meshes before the camera. | |
| bool | bUseCameraPostprocess | ||
| EDisplayClusterWarpCameraProjectionMode | CameraProjectionMode | Enable special rendering mode for all viewports using this viewpoint. | |
| EDisplayClusterWarpCameraViewTarget | CameraViewTarget | Indicates which camera facing mode is used when frustum fitting the stage geometry | |
| TSoftObjectPtr< ACineCameraActor > | ExternalCameraActor |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UDisplayClusterInFrustumFitCameraComponent
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const UDisplayClusterInFrustumFitCameraComponent & | GetConfigurationInFrustumFitCameraComponent
(
IDisplayClusterViewportConfiguration& InViewportConfiguration |
Return component that used for configuration. |
Overridden from UDisplayClusterCameraComponent
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UMaterial > | GetDisplayDeviceMaterial
(
const EDisplayClusterDisplayDeviceMeshType InMeshType, |
Override DisplayDevice material by type for The UDisplayClusterInFrustumFitCameraComponent uses its own material to display additional deformed preview meshes in front of the camera. | |
| IDisplayClusterWarpPolicy * | GetWarpPolicy
(
IDisplayClusterViewportManager* InViewportManager |
Get the warp policy instance used by this compoenent. | |
| bool | Returns true if the `ICVFXCameraComponentName_ parameter is used. | ||
| void | OnUpdateDisplayDeviceMeshAndMaterialInstance
(
IDisplayClusterViewportPreview& InViewportPreview, |
Perform any operations on the mesh and material instance, such as setting parameter values. | |
| bool | ShouldUseEntireClusterViewports
(
IDisplayClusterViewportManager* InViewportManager |
Virtual void GetDesiredView(IDisplayClusterViewportConfiguration& InViewportConfiguration, FMinimalViewInfo& InOutViewInfo, float* OutCustomNearClippingPlane = nullptr) override; |
Overridden from UActorComponent
| Type | Name | Description | |
|---|---|---|---|
| void | OnRegister () |
End IDisplayClusterComponent. | |
| void | TickComponent
(
float DeltaTime, |
Function called every frame on this ActorComponent. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| bool | CanEditChange
(
const FProperty* InProperty |
Begin UObject. | |
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |