Navigation
API > API/Plugins > API/Plugins/PPMChainGraph
| |
|
| Name |
EPPMChainGraphOutput |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/PostProcessMaterialChainGraph/Source/PostProcessMaterialChainGraph/Public/PPMChainGraph.h |
| Include Path |
#include "PPMChainGraph.h" |
Syntax
enum EPPMChainGraphOutput
{
UMETA =(DisplayName = "Write Back into Scene Color"),
UMETA =(DisplayName = "Temporary Render Target"),
}
Values
| Name |
Remarks |
| UMETA |
Write back into Scene Color. |
| UMETA |
Writes into a temporary render target to be used later in the chain. |