Navigation
API > API/Plugins > API/Plugins/Composure
| Name | ECompPassConstructionType |
| Type | enum |
| Header File | /Engine/Plugins/Compositing/Composure/Source/Composure/Classes/CompositingElement.h |
| Include Path | #include "CompositingElement.h" |
Syntax
enum ECompPassConstructionType
{
Unknown,
EditorConstructed,
BlueprintConstructed,
CodeConstructed,
}
Values
| Name | Remarks |
|---|---|
| Unknown | |
| EditorConstructed | |
| BlueprintConstructed | |
| CodeConstructed |