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