Navigation
API > API/Plugins > API/Plugins/DisplayClusterWarp > API/Plugins/DisplayClusterWarp/IDisplayClusterWarpBlend
References
| Module | DisplayClusterWarp |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterWarp/Public/IDisplayClusterWarpBlend.h |
| Include | #include "IDisplayClusterWarpBlend.h" |
UMeshComponent * GetOrCreatePreviewMeshComponent
(
IDisplayClusterViewport * InViewport,
bool & bExistingComponent
) const
Remarks
Get a mesh component with the geometry used for the warp blend.
- ptr to the mesh component with the geometry, or nullptr in case of failure
Parameters
| Name | Description |
|---|---|
| InViewport | The viewport with the projection policy to which the instance belongs |
| bExistingComponent | true if the component already exists in the DCRA and does not need to be deleted externally. |