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;"InputType"&41;&41;
UCompositingElementInput &42; CreateNewInputPass
&40;
FName PassName,
TSubclassOf< UCompositingElementInput > InputType
&41;
Remarks
Create a new input pass into the public list which directly shows in the editor. CompositingElementInput The newly created input pass object.
Parameters
| Name | Description |
|---|---|
| PassName | The name for the new pass. |
| InputType | The class type of the created pass. |