Navigation
API > API/Plugins > API/Plugins/Composure > API/Plugins/Composure/ACompositingElement
References
| Module | Composure |
| Header | /Engine/Plugins/Compositing/Composure/Source/Composure/Classes/CompositingElement.h |
| Include | #include "CompositingElement.h" |
| Source | /Engine/Plugins/Compositing/Composure/Source/Composure/Private/CompositingElement.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"Composure&124;Pass", Meta&61;&40;DeterminesOutputType&61;"OutputType"&41;&41;
UCompositingElementOutput &42; CreateNewOutputPass
&40;
FName PassName,
TSubclassOf< UCompositingElementOutput > OutputType
&41;
Remarks
Create a new Output pass into the public list which directly shows in the editor. CompositingElementOutput The newly created output pass object.
Parameters
| Name | Description |
|---|---|
| PassName | The name for the new pass. |
| OutputType | The class type of the created pass. |