Navigation
API > API/Plugins > API/Plugins/Composure
References
| Module | Composure |
| Header | /Engine/Plugins/Compositing/Composure/Source/Composure/Classes/CompositingElement.h |
| Include | #include "CompositingElement.h" |
Syntax
enum ETargetUsageFlags
&123;
USAGE_None = 0x00,
USAGE_Input = 1<<0,
USAGE_Transform = 1<<1,
USAGE_Output = 1<<2,
USAGE_Persistent = 1<<5,
USAGE_Intermediate0 = 1<<3,
USAGE_Intermediate1 = 1<<4,
&125;
Values
| Name | Description |
|---|---|
| USAGE_None | |
| USAGE_Input | |
| USAGE_Transform | |
| USAGE_Output | |
| USAGE_Persistent | |
| USAGE_Intermediate0 | If a pass is tagged 'intermediate' it is still available to the pass immediately after it. |
| USAGE_Intermediate1 |