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" |
void AddAllCompElementsTo
(
TArray < TWeakObjectPtr < ACompositingElement > > & OutElements
) const
Remarks
Gets all known elements and appends them to the provided array.
Parameters
| Name | Description |
|---|---|
| OutElements[OUT] | Output array to store all known elements in |