Unreal Engine Blueprint API Reference > Composure > Manager
Get a specific composure element
Target is Composure Blueprint Library
Inputs
Type | Name | Description |
---|---|---|
name | Element Name | The name of the composure element that we want to get. |
Outputs
Type | Name | Description |
---|---|---|
object | Return Value | CompositingElement The composure element found. It can be nullptr if there is no composure element matches the input name. |