Navigation
API > API/Plugins > API/Plugins/Composure > API/Plugins/Composure/ACompositingElement
Syntax
UPROPERTY&40;&41;
TMap< TObjectPtr< UCompositingElementInput >, ECompPassConstructionType > UserConstructedInputs
Remarks
Lists containing passes added programatically (or through Blueprints) via the AddNewPass() functions. These need their own separate lists to: 1) hide from the details panel, and 2) clear on re-construction, so we don't perpetually grow the lists.