Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/Render > API/Plugins/DisplayCluster/Render/PostProcess > API/Plugins/DisplayCluster/Render/PostProcess/IDisplayClusterPostProcessFactor-
References
| Module | DisplayCluster |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Render/PostProcess/IDisplayClusterPostProcessFactory.h |
| Include | #include "Render/PostProcess/IDisplayClusterPostProcessFactory.h" |
virtual bool CanBeCreated
&40;
const FDisplayClusterConfigurationPostprocess &42; InConfigurationPostProcess
&41; const
Remarks
Special rules for creating a PP instance. Note: This function must be called before Create() on the nDisplay side. (useful to avoid unnecessary nDisplay log messages).
For example, some postprocess types may use an instance as a singleton. In this case, Create() returns nullptr if the PP instance already exists, and as a result nDisplay issues an error message to the log, and then avoids creating this PP in the future. true if a postprocess with this type can be created at this time.
Parameters
| Name | Description |
|---|---|
| InConfigurationPostProcess | postprocess configuration |