Navigation
API > API/Plugins > API/Plugins/ComposureLayersEditor > API/Plugins/ComposureLayersEditor/ICompElementManager
References
| Module | ComposureLayersEditor |
| Header | /Engine/Plugins/Compositing/Composure/Source/ComposureLayersEditor/Public/ICompElementManager.h |
| Include | #include "ICompElementManager.h" |
TWeakObjectPtr < ACompositingElement > GetElement
(
const FName & ElementName
) const
Remarks
Gets the actor object of the named element. The object Object of the provided element name
Parameters
| Name | Description |
|---|---|
| ElementName | The name of the element you want to lookup |