Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/Render > API/Plugins/DisplayCluster/Render/Warp > API/Plugins/DisplayCluster/Render/Warp/IDisplayClusterWarpPolicy
References
| Module | DisplayCluster |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Render/Warp/IDisplayClusterWarpPolicy.h |
| Include | #include "Render/Warp/IDisplayClusterWarpPolicy.h" |
virtual void HandleNewFrame
(
const TArray < TSharedPtr < IDisplayClusterViewport , ESPMode::ThreadSafe > > & InViewports
)
Remarks
Handle new frame for viewports group. This function is called once per frame at the beginning, immediately after the viewport setup is complete.
Parameters
| Name | Description |
|---|---|
| InViewports | a group of viewports from the entire cluster that use this WarpInterface |