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