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" |
bool TryGetElement
(
const FName & ElementName,
TWeakObjectPtr < ACompositingElement > & OutElement
)
Remarks
Attempts to get the actor object of the provided element name. True if a valid actor object was found and set to OutElement; otherwise false, a valid actor object was not found.
Parameters
| Name | Description |
|---|---|
| ElementName | The name of the element you want to lookup |
| OutElement[OUT] | Set to the actor object of the named element. Set to Invalid if no actor object exists. |