Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/Components > API/Plugins/DisplayCluster/Components/UDisplayClusterCameraComponent
References
| Module | DisplayCluster |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Components/DisplayClusterCameraComponent.h |
| Include | #include "Components/DisplayClusterCameraComponent.h" |
virtual void OnUpdateDisplayDeviceMeshAndMaterialInstance
(
IDisplayClusterViewportPreview & InViewportPreview,
const EDisplayClusterDisplayDeviceMeshType InMeshType,
const EDisplayClusterDisplayDeviceMaterialType InMaterialType,
UMeshComponent * InMeshComponent,
UMaterialInstanceDynamic * InMeshMaterialInstance
) const
Remarks
Perform any operations on the mesh and material instance, such as setting parameter values.
Parameters
| Name | Description |
|---|---|
| InViewport | current viewport |
| InMeshType | mesh type |
| InMaterialType | type of material being requested |
| InMeshComponent | mesh component to be updated |
| InMeshMaterialInstance | material instance that used on this mesh |