diff --git a/Source/Editor/Managed/ManagedEditor.Internal.cpp b/Source/Editor/Managed/ManagedEditor.Internal.cpp index 8fff3f2f8..abe5ace18 100644 --- a/Source/Editor/Managed/ManagedEditor.Internal.cpp +++ b/Source/Editor/Managed/ManagedEditor.Internal.cpp @@ -388,7 +388,7 @@ public: { ScopeLock lock(CachedLogDataLocker); - if (CachedLogData.IsEmpty()) + if (CachedLogData.IsEmpty() || CachedLogData.Get() == nullptr) return 0; int32 count = 0;