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 (BlueprintCallable, Category="Composure|Pass",
Meta=(DeterminesOutputType="TransformType"))
UCompositingElementTransform * CreateNewTransformPass
(
FName PassName,
UPARAM) TSubclassOf < UCompositingElementTransform > TransformType
)
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. |