While debugging NDI, I found in NiagaraSystemSimulation.cpp, GetWriter always invalid, due to it is always called after DestinationData is set to nullptr. This is an issue, why have an invalid writer constantly caused by null destination buffer? Or maybe it has some intentional design purpose? Thank you!!