Navigation
API > API/Plugins > API/Plugins/Composure > API/Plugins/Composure/UComposureBlueprintLibrary
References
| Module | Composure |
| Header | /Engine/Plugins/Compositing/Composure/Source/Composure/Classes/ComposureBlueprintLibrary.h |
| Include | #include "ComposureBlueprintLibrary.h" |
| Source | /Engine/Plugins/Compositing/Composure/Source/Composure/Private/ComposureBlueprintLibrary.cpp |
UFUNCTION&40;BlueprintPure, Category&61;"Composure&124;Manager"&41;
static ACompositingElement &42; GetComposureElement
&40;
const FName ElementName
&41;
Remarks
Get a specific composure element CompositingElement The composure element found. It can be nullptr if there is no composure element matches the input name.
Parameters
| Name | Description |
|---|---|
| ElementName | The name of the composure element that we want to get. |