Crash Fix: Removing Math::Equal node between 2 CRC32 Datums makes Lumberyard crash
Apparently, object->GetAs() can return a null pointer if connected slot is deleted so the code was modified to do a null check before dereferencing the pointer.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Crash Fix: Removing Math::Equal node between 2 CRC32 Datums makes Lumberyard crash
Apparently, object->GetAs() can return a null pointer if connected slot is deleted so the code was modified to do a null check before dereferencing the pointer.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.