DMX component in world partitioned level fails cook

UE - Virtual Production - IO - DMX - Feb 10, 2025

Since UE5.5, RegisterComponent has been called during cook process, So unnecessarily references from DMXLibrary to DMXComponent has been added.  There is a workaround to avoid adding references : ...

UMovieSceneDMXLibrarySection::GetFixturePatches returns invalid patches

UE - Virtual Production - IO - DMX - Nov 28, 2023

UMovieSceneDMXLibrarySection::GetFixturePatches() returns an invalid patch as follows. The if condition needs to be corrected.  TArray<UDMXEntityFixturePatch*> UMovieSceneDMXLibrarySection::GetFixt ...