Navigation
API > API/Plugins > API/Plugins/DMXEditor > API/Plugins/DMXEditor/SDMXReadOnlyFixturePatchList
Description
Sets the excluded fixture patches. Note, this does not refresh the list. Call RequestRefresh() to update the list.
| Name | SetExcludedFixturePatches |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Public/Widgets/SDMXReadOnlyFixturePatchList.h |
| Include Path | #include "Widgets/SDMXReadOnlyFixturePatchList.h" |
| Source | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Private/Widgets/FixturePatch/SDMXReadOnlyFixturePatchList.cpp |
void SetExcludedFixturePatches
(
const TArray < UDMXEntityFixturePatch * > & NewExcludedFixturePatches
)