setting GSupportsTimestampRenderQueries=false or r.GPUStatsEnabled=0 can fix it ...
Due to module initialization order we are serializing shaders before the Niagara module has started up. This means we are unable to find the default data interface for the GPU simulation to seriali ...
In some scenarios, FPropertyDelegate::SignatureFunction can point to freed memory after a garbage collection run. This appears to be more common when running the CompileAllBlueprints commandlet. ...
FMassArchetypeData::ExecutionFunctionForChunk is using wrong mappings while binding shared fragments. It's using RequirementMapping.ChunkFragments while it should use RequirementMapping.ConstSharedF ...