Navigation
API > API/Plugins > API/Plugins/DisplayClusterConfiguration
| Name | EDisplayClusterConfigurationCameraMotionBlurMode |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterConfiguration/Public/DisplayClusterConfigurationTypes_Enums.h |
| Include Path | #include "DisplayClusterConfigurationTypes_Enums.h" |
Syntax
enum EDisplayClusterConfigurationCameraMotionBlurMode
{
Off,
On,
Override,
}
Values
| Name | Remarks |
|---|---|
| Off | Subtract blur due to all global motion of the ICVFX camera, but preserve blur from object motion. |
| On | Allow blur from camera motion. |
| Override | Subtract blur due to motion of the ICVFX camera relative to the nDisplay root, but preserve blur from both object motion and movement of the nDisplay root, which can be animated to represent vehicular motion through an environment. |